Html Css Color HEX #697696 Waikawa Grey

📋 copy color: '#697696'

red 105 ◦ green 118 ◦ blue 150

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

Shades of Waikawa Grey #697696

Tints of Waikawa Grey #697696

RGB

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

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

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

R = 28.15%
G = 31.64%
B = 40.21%

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

#697696 (or 0x697696) is known color: Waikawa Grey. HEX triplet: 69, 76 and 96. RGB value is (105,118,150). Sum of RGB (Red+Green+Blue) = 105+118+150=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #697696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697696 is #968969. Grayscale: #757575. Windows color (decimal): -9865578 or 9860713. OLE color: 9860713.

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

Color convert

RGB 105 118 150 -
CMYK 0.30 0.21 0 0.41
HSL 222.67º 0.18% 0.5% -
HSV(B) 222.67º 0.3% 0.59% -
XYZ 17.81 18.16 31.42 -
YUV 117.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 105 118 150 0.30 0.21 0 0.41 222.67 0.18 0.5
Hex 69 76 96 1E 15 0 29 DF 12 32
Octal 151 166 226 36 25 0 51 337 22 62
Binary 1101001 1110110 10010110 11110 10101 0 101001 11011111 10010 110010

Color Harmonies of #697696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697696

Black with #697696

Text Example


Text Example

White with #697696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697696; }

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

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

background-color css

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

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

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

border-color css

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

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

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