#606C84

Color #606C84 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #606C84

Tints of Waikawa Grey #606C84

Color information

#606C84 (or 0x606C84) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6C and 84. RGB value is (96,108,132). Sum of RGB (Red+Green+Blue) = 96+108+132=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #606C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C84 is #9F937B. Grayscale: #6B6B6B. Windows color (decimal): -10457980 or 8678496. OLE color: 8678496.

HSL color Cylindrical-coordinate representation of color #606C84: hue angle of 220º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606C84 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96108132-
CMYK0.270.1800.48
HSL220º15.79%44.71%-
HSV(B)220º27.27%51.76%-
XYZ14.3514.8823.95-
YUV107.15142.02120.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=28.57%
G=32.14%
B=39.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961081320.270.1800.4822015.7944.71
Hex606C841B12030dc102d
Octal14015420433220603342055
Binary1100000110110010000100110111001001100001101110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #606C84;
 }
 .AnyTagClassName
 {
   color: #606C84;
 }
</style>
background-color css

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

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

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

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

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

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