Html Css Color HEX #697F98 Slate Grey

📋 copy color: '#697F98'

red 105 ◦ green 127 ◦ blue 152

#697F98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #697F98

Tints of Slate Grey #697F98

RGB

 RED value IS 105 (41.41% from 255) = 27.34%

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 27.34%
G = 33.07%
B = 39.58%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#697F98 (or 0x697F98) is known color: Slate Grey. HEX triplet: 69, 7F and 98. RGB value is (105,127,152). Sum of RGB (Red+Green+Blue) = 105+127+152=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #697F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F98 is #968067. Grayscale: #7B7B7B. Windows color (decimal): -9863272 or 9994089. OLE color: 9994089.

HSL color Cylindrical-coordinate representation of color #697F98: hue angle of 211.91º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697F98 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 127 152 -
CMYK 0.31 0.16 0 0.40
HSL 211.91º 0.19% 0.5% -
HSV(B) 211.91º 0.31% 0.6% -
XYZ 19.08 20.45 32.65 -
YUV 123.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 105 127 152 0.31 0.16 0 0.40 211.91 0.19 0.5
Hex 69 7F 98 1F 10 0 28 D4 13 32
Octal 151 177 230 37 20 0 50 324 23 62
Binary 1101001 1111111 10011000 11111 10000 0 101000 11010100 10011 110010

Color Harmonies of #697F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F98

Black with #697F98

Text Example


Text Example

White with #697F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697F98; }

 p { color: rgb(105,127,152); }

 H1.HeaderClassName
 {
   color: #697F98;
 }
 .AnyTagClassName
 {
   color: #697F98;
 }
</style>

background-color css

<style>
 a { background-color: #697F98; }

 a { background-color: rgb(105,127,152); }

 div.DivClassName
 {
   background-color: #697F98;
 }
 .BgClassName
 {
   background-color: #697F98;
 }
</style>

border-color css

<style>
 span { border-color: #697F98; }

 span { border-color: rgb(105,127,152); }

 td.TdClassName
 {
   border-color: #697F98;
 }
 .TagClassName
 {
   border-color: #697F98;
 }
</style>