#606285

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

Shades of Comet #606285

Tints of Comet #606285

Color information

#606285 (or 0x606285) is unknown color: approx Comet. HEX triplet: 60, 62 and 85. RGB value is (96,98,133). Sum of RGB (Red+Green+Blue) = 96+98+133=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #606285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606285 is #9F9D7A. Grayscale: #656565. Windows color (decimal): -10460539 or 8741472. OLE color: 8741472.

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

Color convert

RGB9698133-
CMYK0.280.2600.48
HSL236.76º16.16%44.9%-
HSV(B)236.76º27.82%52.16%-
XYZ13.4312.9223.98-
YUV101.39145.84124.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=29.36%
G=29.97%
B=40.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96981330.280.2600.48236.7616.1644.9
Hex6062851C1A030ed102d
Octal14014220534320603552055
Binary1100000110001010000101111001101001100001110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606285; }

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

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

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

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

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

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

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

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