#606C8F

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

Shades of Waikawa Grey #606C8F

Tints of Waikawa Grey #606C8F

Color information

#606C8F (or 0x606C8F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6C and 8F. RGB value is (96,108,143). Sum of RGB (Red+Green+Blue) = 96+108+143=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #606C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C8F is #9F9370. Grayscale: #6C6C6C. Windows color (decimal): -10457969 or 9399392. OLE color: 9399392.

HSL color Cylindrical-coordinate representation of color #606C8F: hue angle of 224.68º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #606C8F is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96108143-
CMYK0.330.2400.44
HSL224.68º19.67%46.86%-
HSV(B)224.68º32.87%56.08%-
XYZ15.1415.228.12-
YUV108.4147.52119.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=27.67%
G=31.12%
B=41.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961081430.330.2400.44224.6819.6746.86
Hex606C8F211802Ce1142f
Octal14015421741300543412457
Binary11000001101100100011111000011100001011001110000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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