Html Css Color HEX #696C8E Waikawa Grey

📋 copy color: '#696C8E'

red 105 ◦ green 108 ◦ blue 142

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

Shades of Waikawa Grey #696C8E

Tints of Waikawa Grey #696C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 29.58%
G = 30.42%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696C8E (or 0x696C8E) is known color: Waikawa Grey. HEX triplet: 69, 6C and 8E. RGB value is (105,108,142). Sum of RGB (Red+Green+Blue) = 105+108+142=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #696C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C8E is #969371. Grayscale: #6E6E6E. Windows color (decimal): -9868146 or 9333865. OLE color: 9333865.

HSL color Cylindrical-coordinate representation of color #696C8E: hue angle of 235.14º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696C8E is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 108 142 -
CMYK 0.26 0.24 0 0.44
HSL 235.14º 0.15% 0.48% -
HSV(B) 235.14º 0.26% 0.56% -
XYZ 16.07 15.68 27.77 -
YUV 110.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 105 108 142 0.26 0.24 0 0.44 235.14 0.15 0.48
Hex 69 6C 8E 1A 18 0 2C EB F 30
Octal 151 154 216 32 30 0 54 353 17 60
Binary 1101001 1101100 10001110 11010 11000 0 101100 11101011 1111 110000

Color Harmonies of #696C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C8E

Black with #696C8E

Text Example


Text Example

White with #696C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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