Html Css Color HEX #697091 Waikawa Grey

📋 copy color: '#697091'

red 105 ◦ green 112 ◦ blue 145

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

Shades of Waikawa Grey #697091

Tints of Waikawa Grey #697091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 29.01%
G = 30.94%
B = 40.06%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#697091 (or 0x697091) is known color: Waikawa Grey. HEX triplet: 69, 70 and 91. RGB value is (105,112,145). Sum of RGB (Red+Green+Blue) = 105+112+145=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #697091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697091 is #968F6E. Grayscale: #717171. Windows color (decimal): -9867119 or 9531497. OLE color: 9531497.

HSL color Cylindrical-coordinate representation of color #697091: hue angle of 229.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697091 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 112 145 -
CMYK 0.28 0.23 0 0.43
HSL 229.5º 0.16% 0.49% -
HSV(B) 229.5º 0.28% 0.57% -
XYZ 16.73 16.64 29.12 -
YUV 113.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 105 112 145 0.28 0.23 0 0.43 229.5 0.16 0.49
Hex 69 70 91 1C 17 0 2B E6 10 31
Octal 151 160 221 34 27 0 53 346 20 61
Binary 1101001 1110000 10010001 11100 10111 0 101011 11100110 10000 110001

Color Harmonies of #697091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697091

Black with #697091

Text Example


Text Example

White with #697091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697091; }

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

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

background-color css

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

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

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

border-color css

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

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

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