Html Css Color HEX #696E8C Waikawa Grey

📋 copy color: '#696E8C'

red 105 ◦ green 110 ◦ blue 140

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

Shades of Waikawa Grey #696E8C

Tints of Waikawa Grey #696E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 29.58%
G = 30.99%
B = 39.44%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#696E8C (or 0x696E8C) is known color: Waikawa Grey. HEX triplet: 69, 6E and 8C. RGB value is (105,110,140). Sum of RGB (Red+Green+Blue) = 105+110+140=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #696E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E8C is #969173. Grayscale: #6F6F6F. Windows color (decimal): -9867636 or 9203305. OLE color: 9203305.

HSL color Cylindrical-coordinate representation of color #696E8C: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696E8C is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 110 140 -
CMYK 0.25 0.21 0 0.45
HSL 231.43º 0.14% 0.48% -
HSV(B) 231.43º 0.25% 0.55% -
XYZ 16.14 16.05 27.06 -
YUV 111.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 105 110 140 0.25 0.21 0 0.45 231.43 0.14 0.48
Hex 69 6E 8C 19 15 0 2D E7 E 30
Octal 151 156 214 31 25 0 55 347 16 60
Binary 1101001 1101110 10001100 11001 10101 0 101101 11100111 1110 110000

Color Harmonies of #696E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E8C

Black with #696E8C

Text Example


Text Example

White with #696E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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