Html Css Color HEX #697290 Waikawa Grey

📋 copy color: '#697290'

red 105 ◦ green 114 ◦ blue 144

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

Shades of Waikawa Grey #697290

Tints of Waikawa Grey #697290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 28.93%
G = 31.4%
B = 39.67%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697290 (or 0x697290) is known color: Waikawa Grey. HEX triplet: 69, 72 and 90. RGB value is (105,114,144). Sum of RGB (Red+Green+Blue) = 105+114+144=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #697290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697290 is #968D6F. Grayscale: #727272. Windows color (decimal): -9866608 or 9466473. OLE color: 9466473.

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

Color convert

RGB 105 114 144 -
CMYK 0.27 0.21 0 0.44
HSL 226.15º 0.16% 0.49% -
HSV(B) 226.15º 0.27% 0.56% -
XYZ 16.88 17.05 28.79 -
YUV 114.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 105 114 144 0.27 0.21 0 0.44 226.15 0.16 0.49
Hex 69 72 90 1B 15 0 2C E2 10 31
Octal 151 162 220 33 25 0 54 342 20 61
Binary 1101001 1110010 10010000 11011 10101 0 101100 11100010 10000 110001

Color Harmonies of #697290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697290

Black with #697290

Text Example


Text Example

White with #697290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697290; }

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

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

background-color css

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

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

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

border-color css

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

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

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