Html Css Color HEX #606987 Waikawa Grey

📋 copy color: '#606987'

red 96 ◦ green 105 ◦ blue 135

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

Shades of Waikawa Grey #606987

Tints of Waikawa Grey #606987

RGB

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

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

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

R = 28.57%
G = 31.25%
B = 40.18%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606987 (or 0x606987) is known color: Waikawa Grey. HEX triplet: 60, 69 and 87. RGB value is (96,105,135). Sum of RGB (Red+Green+Blue) = 96+105+135=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #606987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606987 is #9F9678. Grayscale: #696969. Windows color (decimal): -10458745 or 8874336. OLE color: 8874336.

HSL color Cylindrical-coordinate representation of color #606987: hue angle of 226.15º 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 #606987 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 105 135 -
CMYK 0.29 0.22 0 0.47
HSL 226.15º 0.17% 0.45% -
HSV(B) 226.15º 0.29% 0.53% -
XYZ 14.25 14.34 24.94 -
YUV 105.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 96 105 135 0.29 0.22 0 0.47 226.15 0.17 0.45
Hex 60 69 87 1D 16 0 2F E2 11 2D
Octal 140 151 207 35 26 0 57 342 21 55
Binary 1100000 1101001 10000111 11101 10110 0 101111 11100010 10001 101101

Color Harmonies of #606987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606987

Black with #606987

Text Example


Text Example

White with #606987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606987; }

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

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

background-color css

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

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

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

border-color css

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

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

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