Html Css Color HEX #696C91 Waikawa Grey

📋 copy color: '#696C91'

red 105 ◦ green 108 ◦ blue 145

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

Shades of Waikawa Grey #696C91

Tints of Waikawa Grey #696C91

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 29.33%
G = 30.17%
B = 40.5%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696C91 (or 0x696C91) is known color: Waikawa Grey. HEX triplet: 69, 6C and 91. RGB value is (105,108,145). Sum of RGB (Red+Green+Blue) = 105+108+145=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #696C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C91 is #96936E. Grayscale: #6F6F6F. Windows color (decimal): -9868143 or 9530473. OLE color: 9530473.

HSL color Cylindrical-coordinate representation of color #696C91: hue angle of 235.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696C91 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 108 145 -
CMYK 0.28 0.26 0 0.43
HSL 235.5º 0.16% 0.49% -
HSV(B) 235.5º 0.28% 0.57% -
XYZ 16.3 15.77 28.97 -
YUV 111.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 105 108 145 0.28 0.26 0 0.43 235.5 0.16 0.49
Hex 69 6C 91 1C 1A 0 2B EC 10 31
Octal 151 154 221 34 32 0 53 354 20 61
Binary 1101001 1101100 10010001 11100 11010 0 101011 11101100 10000 110001

Color Harmonies of #696C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C91

Black with #696C91

Text Example


Text Example

White with #696C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696C91; }

 p { color: rgb(105,108,145); }

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

background-color css

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

 a { background-color: rgb(105,108,145); }

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

border-color css

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

 span { border-color: rgb(105,108,145); }

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