Html Css Color HEX #697597 Waikawa Grey

📋 copy color: '#697597'

red 105 ◦ green 117 ◦ blue 151

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

Shades of Waikawa Grey #697597

Tints of Waikawa Grey #697597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

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

R = 28.15%
G = 31.37%
B = 40.48%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#697597 (or 0x697597) is known color: Waikawa Grey. HEX triplet: 69, 75 and 97. RGB value is (105,117,151). Sum of RGB (Red+Green+Blue) = 105+117+151=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #697597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697597 is #968A68. Grayscale: #757575. Windows color (decimal): -9865833 or 9925993. OLE color: 9925993.

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

Color convert

RGB 105 117 151 -
CMYK 0.30 0.23 0 0.41
HSL 224.35º 0.18% 0.5% -
HSV(B) 224.35º 0.3% 0.59% -
XYZ 17.77 17.96 31.81 -
YUV 117.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 105 117 151 0.30 0.23 0 0.41 224.35 0.18 0.5
Hex 69 75 97 1E 17 0 29 E0 12 32
Octal 151 165 227 36 27 0 51 340 22 62
Binary 1101001 1110101 10010111 11110 10111 0 101001 11100000 10010 110010

Color Harmonies of #697597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697597

Black with #697597

Text Example


Text Example

White with #697597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697597; }

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

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

background-color css

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

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

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

border-color css

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

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

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