Html Css Color HEX #697595 Waikawa Grey

📋 copy color: '#697595'

red 105 ◦ green 117 ◦ blue 149

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

Shades of Waikawa Grey #697595

Tints of Waikawa Grey #697595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 28.3%
G = 31.54%
B = 40.16%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697595 (or 0x697595) is known color: Waikawa Grey. HEX triplet: 69, 75 and 95. RGB value is (105,117,149). Sum of RGB (Red+Green+Blue) = 105+117+149=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #697595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697595 is #968A6A. Grayscale: #747474. Windows color (decimal): -9865835 or 9794921. OLE color: 9794921.

HSL color Cylindrical-coordinate representation of color #697595: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697595 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 117 149 -
CMYK 0.30 0.21 0 0.42
HSL 223.64º 0.17% 0.5% -
HSV(B) 223.64º 0.3% 0.58% -
XYZ 17.61 17.9 30.96 -
YUV 117.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 105 117 149 0.30 0.21 0 0.42 223.64 0.17 0.5
Hex 69 75 95 1E 15 0 2A E0 11 32
Octal 151 165 225 36 25 0 52 340 21 62
Binary 1101001 1110101 10010101 11110 10101 0 101010 11100000 10001 110010

Color Harmonies of #697595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697595

Black with #697595

Text Example


Text Example

White with #697595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697595; }

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

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

background-color css

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

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

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

border-color css

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

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

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