Html Css Color HEX #697796 Waikawa Grey

📋 copy color: '#697796'

red 105 ◦ green 119 ◦ blue 150

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

Shades of Waikawa Grey #697796

Tints of Waikawa Grey #697796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 28.07%
G = 31.82%
B = 40.11%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#697796 (or 0x697796) is known color: Waikawa Grey. HEX triplet: 69, 77 and 96. RGB value is (105,119,150). Sum of RGB (Red+Green+Blue) = 105+119+150=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #697796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697796 is #968869. Grayscale: #767676. Windows color (decimal): -9865322 or 9860969. OLE color: 9860969.

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

Color convert

RGB 105 119 150 -
CMYK 0.30 0.21 0 0.41
HSL 221.33º 0.18% 0.5% -
HSV(B) 221.33º 0.3% 0.59% -
XYZ 17.93 18.4 31.46 -
YUV 118.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 105 119 150 0.30 0.21 0 0.41 221.33 0.18 0.5
Hex 69 77 96 1E 15 0 29 DD 12 32
Octal 151 167 226 36 25 0 51 335 22 62
Binary 1101001 1110111 10010110 11110 10101 0 101001 11011101 10010 110010

Color Harmonies of #697796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697796

Black with #697796

Text Example


Text Example

White with #697796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697796; }

 p { color: rgb(105,119,150); }

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

background-color css

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

 a { background-color: rgb(105,119,150); }

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

border-color css

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

 span { border-color: rgb(105,119,150); }

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