Html Css Color HEX #697097 Waikawa Grey

📋 copy color: '#697097'

red 105 ◦ green 112 ◦ blue 151

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

Shades of Waikawa Grey #697097

Tints of Waikawa Grey #697097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 28.53%
G = 30.43%
B = 41.03%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#697097 (or 0x697097) is known color: Waikawa Grey. HEX triplet: 69, 70 and 97. RGB value is (105,112,151). Sum of RGB (Red+Green+Blue) = 105+112+151=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #697097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697097 is #968F68. Grayscale: #727272. Windows color (decimal): -9867113 or 9924713. OLE color: 9924713.

HSL color Cylindrical-coordinate representation of color #697097: hue angle of 230.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697097 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 112 151 -
CMYK 0.30 0.26 0 0.41
HSL 230.87º 0.18% 0.5% -
HSV(B) 230.87º 0.3% 0.59% -
XYZ 17.21 16.83 31.62 -
YUV 114.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 105 112 151 0.30 0.26 0 0.41 230.87 0.18 0.5
Hex 69 70 97 1E 1A 0 29 E7 12 32
Octal 151 160 227 36 32 0 51 347 22 62
Binary 1101001 1110000 10010111 11110 11010 0 101001 11100111 10010 110010

Color Harmonies of #697097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697097

Black with #697097

Text Example


Text Example

White with #697097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697097; }

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

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

background-color css

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

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

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

border-color css

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

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

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