Html Css Color HEX #697090 Waikawa Grey

📋 copy color: '#697090'

red 105 ◦ green 112 ◦ blue 144

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

Shades of Waikawa Grey #697090

Tints of Waikawa Grey #697090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 29.09%
G = 31.02%
B = 39.89%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697090 (or 0x697090) is known color: Waikawa Grey. HEX triplet: 69, 70 and 90. RGB value is (105,112,144). Sum of RGB (Red+Green+Blue) = 105+112+144=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #697090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697090 is #968F6F. Grayscale: #717171. Windows color (decimal): -9867120 or 9465961. OLE color: 9465961.

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

Color convert

RGB 105 112 144 -
CMYK 0.27 0.22 0 0.44
HSL 229.23º 0.16% 0.49% -
HSV(B) 229.23º 0.27% 0.56% -
XYZ 16.65 16.61 28.71 -
YUV 113.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 105 112 144 0.27 0.22 0 0.44 229.23 0.16 0.49
Hex 69 70 90 1B 16 0 2C E5 10 31
Octal 151 160 220 33 26 0 54 345 20 61
Binary 1101001 1110000 10010000 11011 10110 0 101100 11100101 10000 110001

Color Harmonies of #697090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697090

Black with #697090

Text Example


Text Example

White with #697090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697090; }

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

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

background-color css

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

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

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

border-color css

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

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

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