Html Css Color HEX #697788 Slate Grey

📋 copy color: '#697788'

red 105 ◦ green 119 ◦ blue 136

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

Shades of Slate Grey #697788

Tints of Slate Grey #697788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 29.17%
G = 33.06%
B = 37.78%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697788 (or 0x697788) is known color: Slate Grey. HEX triplet: 69, 77 and 88. RGB value is (105,119,136). Sum of RGB (Red+Green+Blue) = 105+119+136=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #697788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697788 is #968877. Grayscale: #747474. Windows color (decimal): -9865336 or 8943465. OLE color: 8943465.

HSL color Cylindrical-coordinate representation of color #697788: hue angle of 212.9º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697788 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 119 136 -
CMYK 0.23 0.12 0 0.47
HSL 212.9º 0.13% 0.47% -
HSV(B) 212.9º 0.23% 0.53% -
XYZ 16.87 17.97 25.87 -
YUV 116.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 105 119 136 0.23 0.12 0 0.47 212.9 0.13 0.47
Hex 69 77 88 17 C 0 2F D5 D 2F
Octal 151 167 210 27 14 0 57 325 15 57
Binary 1101001 1110111 10001000 10111 1100 0 101111 11010101 1101 101111

Color Harmonies of #697788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697788

Black with #697788

Text Example


Text Example

White with #697788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697788; }

 p { color: rgb(105,119,136); }

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

background-color css

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

 a { background-color: rgb(105,119,136); }

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

border-color css

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

 span { border-color: rgb(105,119,136); }

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