Html Css Color HEX #696D90 Waikawa Grey

📋 copy color: '#696D90'

red 105 ◦ green 109 ◦ blue 144

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

Shades of Waikawa Grey #696D90

Tints of Waikawa Grey #696D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 29.33%
G = 30.45%
B = 40.22%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696D90 (or 0x696D90) is known color: Waikawa Grey. HEX triplet: 69, 6D and 90. RGB value is (105,109,144). Sum of RGB (Red+Green+Blue) = 105+109+144=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #696D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D90 is #96926F. Grayscale: #6F6F6F. Windows color (decimal): -9867888 or 9465193. OLE color: 9465193.

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

Color convert

RGB 105 109 144 -
CMYK 0.27 0.24 0 0.44
HSL 233.85º 0.16% 0.49% -
HSV(B) 233.85º 0.27% 0.56% -
XYZ 16.33 15.95 28.6 -
YUV 111.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 105 109 144 0.27 0.24 0 0.44 233.85 0.16 0.49
Hex 69 6D 90 1B 18 0 2C EA 10 31
Octal 151 155 220 33 30 0 54 352 20 61
Binary 1101001 1101101 10010000 11011 11000 0 101100 11101010 10000 110001

Color Harmonies of #696D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D90

Black with #696D90

Text Example


Text Example

White with #696D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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