Html Css Color HEX #696E91 Waikawa Grey

📋 copy color: '#696E91'

red 105 ◦ green 110 ◦ blue 145

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

Shades of Waikawa Grey #696E91

Tints of Waikawa Grey #696E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.56%

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

R = 29.17%
G = 30.56%
B = 40.28%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696E91 (or 0x696E91) is known color: Waikawa Grey. HEX triplet: 69, 6E and 91. RGB value is (105,110,145). Sum of RGB (Red+Green+Blue) = 105+110+145=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #696E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E91 is #96916E. Grayscale: #707070. Windows color (decimal): -9867631 or 9530985. OLE color: 9530985.

HSL color Cylindrical-coordinate representation of color #696E91: hue angle of 232.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 #696E91 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 110 145 -
CMYK 0.28 0.24 0 0.43
HSL 232.5º 0.16% 0.49% -
HSV(B) 232.5º 0.28% 0.57% -
XYZ 16.51 16.2 29.04 -
YUV 112.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 105 110 145 0.28 0.24 0 0.43 232.5 0.16 0.49
Hex 69 6E 91 1C 18 0 2B E8 10 31
Octal 151 156 221 34 30 0 53 350 20 61
Binary 1101001 1101110 10010001 11100 11000 0 101011 11101000 10000 110001

Color Harmonies of #696E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E91

Black with #696E91

Text Example


Text Example

White with #696E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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