#606484

Color #606484 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #606484

Tints of Comet #606484

Color information

#606484 (or 0x606484) is unknown color: approx Comet. HEX triplet: 60, 64 and 84. RGB value is (96,100,132). Sum of RGB (Red+Green+Blue) = 96+100+132=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #606484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606484 is #9F9B7B. Grayscale: #666666. Windows color (decimal): -10460028 or 8676448. OLE color: 8676448.

HSL color Cylindrical-coordinate representation of color #606484: hue angle of 233.33º 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 #606484 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96100132-
CMYK0.270.2400.48
HSL233.33º15.79%44.71%-
HSV(B)233.33º27.27%51.76%-
XYZ13.5513.2723.68-
YUV102.45144.67123.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=29.27%
G=30.49%
B=40.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961001320.270.2400.48233.3315.7944.71
Hex6064841B18030e9102d
Octal14014420433300603512055
Binary1100000110010010000100110111100001100001110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606484; }

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

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

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

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

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

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

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

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