Html Css Color HEX #696D8E Waikawa Grey

📋 copy color: '#696D8E'

red 105 ◦ green 109 ◦ blue 142

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

Shades of Waikawa Grey #696D8E

Tints of Waikawa Grey #696D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 29.49%
G = 30.62%
B = 39.89%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696D8E (or 0x696D8E) is known color: Waikawa Grey. HEX triplet: 69, 6D and 8E. RGB value is (105,109,142). Sum of RGB (Red+Green+Blue) = 105+109+142=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #696D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D8E is #969271. Grayscale: #6F6F6F. Windows color (decimal): -9867890 or 9334121. OLE color: 9334121.

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

Color convert

RGB 105 109 142 -
CMYK 0.26 0.23 0 0.44
HSL 233.51º 0.15% 0.48% -
HSV(B) 233.51º 0.26% 0.56% -
XYZ 16.18 15.89 27.81 -
YUV 111.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 105 109 142 0.26 0.23 0 0.44 233.51 0.15 0.48
Hex 69 6D 8E 1A 17 0 2C EA F 30
Octal 151 155 216 32 27 0 54 352 17 60
Binary 1101001 1101101 10001110 11010 10111 0 101100 11101010 1111 110000

Color Harmonies of #696D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D8E

Black with #696D8E

Text Example


Text Example

White with #696D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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