Html Css Color HEX #696F90 Waikawa Grey

📋 copy color: '#696F90'

red 105 ◦ green 111 ◦ blue 144

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

Shades of Waikawa Grey #696F90

Tints of Waikawa Grey #696F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

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

R = 29.17%
G = 30.83%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696F90 (or 0x696F90) is known color: Waikawa Grey. HEX triplet: 69, 6F and 90. RGB value is (105,111,144). Sum of RGB (Red+Green+Blue) = 105+111+144=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #696F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F90 is #96906F. Grayscale: #707070. Windows color (decimal): -9867376 or 9465705. OLE color: 9465705.

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

Color convert

RGB 105 111 144 -
CMYK 0.27 0.23 0 0.44
HSL 230.77º 0.16% 0.49% -
HSV(B) 230.77º 0.27% 0.56% -
XYZ 16.54 16.39 28.68 -
YUV 112.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 105 111 144 0.27 0.23 0 0.44 230.77 0.16 0.49
Hex 69 6F 90 1B 17 0 2C E7 10 31
Octal 151 157 220 33 27 0 54 347 20 61
Binary 1101001 1101111 10010000 11011 10111 0 101100 11100111 10000 110001

Color Harmonies of #696F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F90

Black with #696F90

Text Example


Text Example

White with #696F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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