Html Css Color HEX #606C89 Waikawa Grey

📋 copy color: '#606C89'

red 96 ◦ green 108 ◦ blue 137

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

Shades of Waikawa Grey #606C89

Tints of Waikawa Grey #606C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 28.15%
G = 31.67%
B = 40.18%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#606C89 (or 0x606C89) is known color: Waikawa Grey. HEX triplet: 60, 6C and 89. RGB value is (96,108,137). Sum of RGB (Red+Green+Blue) = 96+108+137=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #606C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C89 is #9F9376. Grayscale: #6B6B6B. Windows color (decimal): -10457975 or 9006176. OLE color: 9006176.

HSL color Cylindrical-coordinate representation of color #606C89: hue angle of 222.44º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606C89 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 108 137 -
CMYK 0.30 0.21 0 0.46
HSL 222.44º 0.18% 0.46% -
HSV(B) 222.44º 0.3% 0.54% -
XYZ 14.7 15.02 25.79 -
YUV 107.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 96 108 137 0.30 0.21 0 0.46 222.44 0.18 0.46
Hex 60 6C 89 1E 15 0 2E DE 12 2E
Octal 140 154 211 36 25 0 56 336 22 56
Binary 1100000 1101100 10001001 11110 10101 0 101110 11011110 10010 101110

Color Harmonies of #606C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C89

Black with #606C89

Text Example


Text Example

White with #606C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606C89; }

 p { color: rgb(96,108,137); }

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

background-color css

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

 a { background-color: rgb(96,108,137); }

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

border-color css

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

 span { border-color: rgb(96,108,137); }

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