Html Css Color HEX #606887 Waikawa Grey

📋 copy color: '#606887'

red 96 ◦ green 104 ◦ blue 135

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

Shades of Waikawa Grey #606887

Tints of Waikawa Grey #606887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 28.66%
G = 31.04%
B = 40.3%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606887 (or 0x606887) is known color: Waikawa Grey. HEX triplet: 60, 68 and 87. RGB value is (96,104,135). Sum of RGB (Red+Green+Blue) = 96+104+135=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #606887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606887 is #9F9778. Grayscale: #696969. Windows color (decimal): -10459001 or 8874080. OLE color: 8874080.

HSL color Cylindrical-coordinate representation of color #606887: hue angle of 227.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #606887 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 104 135 -
CMYK 0.29 0.23 0 0.47
HSL 227.69º 0.17% 0.45% -
HSV(B) 227.69º 0.29% 0.53% -
XYZ 14.15 14.14 24.9 -
YUV 105.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 96 104 135 0.29 0.23 0 0.47 227.69 0.17 0.45
Hex 60 68 87 1D 17 0 2F E4 11 2D
Octal 140 150 207 35 27 0 57 344 21 55
Binary 1100000 1101000 10000111 11101 10111 0 101111 11100100 10001 101101

Color Harmonies of #606887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606887

Black with #606887

Text Example


Text Example

White with #606887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606887; }

 p { color: rgb(96,104,135); }

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

background-color css

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

 a { background-color: rgb(96,104,135); }

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

border-color css

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

 span { border-color: rgb(96,104,135); }

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