Html Css Color HEX #606997 Waikawa Grey

📋 copy color: '#606997'

red 96 ◦ green 105 ◦ blue 151

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

Shades of Waikawa Grey #606997

Tints of Waikawa Grey #606997

RGB

 RED value IS 96 (37.89% from 255) = 27.27%

 GREEN value IS 105 (41.41% from 255) = 29.83%

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

R = 27.27%
G = 29.83%
B = 42.9%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#606997 (or 0x606997) is known color: Waikawa Grey. HEX triplet: 60, 69 and 97. RGB value is (96,105,151). Sum of RGB (Red+Green+Blue) = 96+105+151=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #606997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606997 is #9F9668. Grayscale: #6B6B6B. Windows color (decimal): -10458729 or 9922912. OLE color: 9922912.

HSL color Cylindrical-coordinate representation of color #606997: hue angle of 230.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606997 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 105 151 -
CMYK 0.36 0.30 0 0.41
HSL 230.18º 0.22% 0.48% -
HSV(B) 230.18º 0.36% 0.59% -
XYZ 15.46 14.82 31.32 -
YUV 107.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 96 105 151 0.36 0.30 0 0.41 230.18 0.22 0.48
Hex 60 69 97 24 1E 0 29 E6 16 30
Octal 140 151 227 44 36 0 51 346 26 60
Binary 1100000 1101001 10010111 100100 11110 0 101001 11100110 10110 110000

Color Harmonies of #606997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606997

Black with #606997

Text Example


Text Example

White with #606997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606997; }

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

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

background-color css

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

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

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

border-color css

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

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

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