#606284

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

Shades of Comet #606284

Tints of Comet #606284

Color information

#606284 (or 0x606284) is unknown color: approx Comet. HEX triplet: 60, 62 and 84. RGB value is (96,98,132). Sum of RGB (Red+Green+Blue) = 96+98+132=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #606284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606284 is #9F9D7B. Grayscale: #656565. Windows color (decimal): -10460540 or 8675936. OLE color: 8675936.

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

Color convert

RGB9698132-
CMYK0.270.2600.48
HSL236.67º15.79%44.71%-
HSV(B)236.67º27.27%51.76%-
XYZ13.3612.8923.61-
YUV101.28145.34124.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=29.45%
G=30.06%
B=40.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96981320.270.2600.48236.6715.7944.71
Hex6062841B1A030ed102d
Octal14014220433320603552055
Binary1100000110001010000100110111101001100001110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606284; }

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

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

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

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

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

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

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

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