Html Css Color HEX #697690 Waikawa Grey

📋 copy color: '#697690'

red 105 ◦ green 118 ◦ blue 144

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

Shades of Waikawa Grey #697690

Tints of Waikawa Grey #697690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

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

R = 28.61%
G = 32.15%
B = 39.24%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697690 (or 0x697690) is known color: Waikawa Grey. HEX triplet: 69, 76 and 90. RGB value is (105,118,144). Sum of RGB (Red+Green+Blue) = 105+118+144=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #697690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697690 is #96896F. Grayscale: #747474. Windows color (decimal): -9865584 or 9467497. OLE color: 9467497.

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

Color convert

RGB 105 118 144 -
CMYK 0.27 0.18 0 0.44
HSL 220º 0.16% 0.49% -
HSV(B) 220º 0.27% 0.56% -
XYZ 17.34 17.97 28.94 -
YUV 117.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 105 118 144 0.27 0.18 0 0.44 220 0.16 0.49
Hex 69 76 90 1B 12 0 2C DC 10 31
Octal 151 166 220 33 22 0 54 334 20 61
Binary 1101001 1110110 10010000 11011 10010 0 101100 11011100 10000 110001

Color Harmonies of #697690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697690

Black with #697690

Text Example


Text Example

White with #697690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697690; }

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

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

background-color css

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

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

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

border-color css

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

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

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