Html Css Color HEX #697799 Waikawa Grey

📋 copy color: '#697799'

red 105 ◦ green 119 ◦ blue 153

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

Shades of Waikawa Grey #697799

Tints of Waikawa Grey #697799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 27.85%
G = 31.56%
B = 40.58%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#697799 (or 0x697799) is known color: Waikawa Grey. HEX triplet: 69, 77 and 99. RGB value is (105,119,153). Sum of RGB (Red+Green+Blue) = 105+119+153=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #697799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697799 is #968866. Grayscale: #767676. Windows color (decimal): -9865319 or 10057577. OLE color: 10057577.

HSL color Cylindrical-coordinate representation of color #697799: hue angle of 222.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697799 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 119 153 -
CMYK 0.31 0.22 0 0.4
HSL 222.5º 0.19% 0.51% -
HSV(B) 222.5º 0.31% 0.6% -
XYZ 18.17 18.5 32.75 -
YUV 118.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 105 119 153 0.31 0.22 0 0.4 222.5 0.19 0.51
Hex 69 77 99 1F 16 0 28 DE 13 33
Octal 151 167 231 37 26 0 50 336 23 63
Binary 1101001 1110111 10011001 11111 10110 0 101000 11011110 10011 110011

Color Harmonies of #697799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697799

Black with #697799

Text Example


Text Example

White with #697799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697799; }

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

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

background-color css

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

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

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

border-color css

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

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

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