Html Css Color HEX #696C92 Waikawa Grey

📋 copy color: '#696C92'

red 105 ◦ green 108 ◦ blue 146

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

Shades of Waikawa Grey #696C92

Tints of Waikawa Grey #696C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 29.25%
G = 30.08%
B = 40.67%

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

#696C92 (or 0x696C92) is known color: Waikawa Grey. HEX triplet: 69, 6C and 92. RGB value is (105,108,146). Sum of RGB (Red+Green+Blue) = 105+108+146=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #696C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C92 is #96936D. Grayscale: #6F6F6F. Windows color (decimal): -9868142 or 9596009. OLE color: 9596009.

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

Color convert

RGB 105 108 146 -
CMYK 0.28 0.26 0 0.43
HSL 235.61º 0.16% 0.49% -
HSV(B) 235.61º 0.28% 0.57% -
XYZ 16.38 15.8 29.38 -
YUV 111.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 105 108 146 0.28 0.26 0 0.43 235.61 0.16 0.49
Hex 69 6C 92 1C 1A 0 2B EC 10 31
Octal 151 154 222 34 32 0 53 354 20 61
Binary 1101001 1101100 10010010 11100 11010 0 101011 11101100 10000 110001

Color Harmonies of #696C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C92

Black with #696C92

Text Example


Text Example

White with #696C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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