#606483

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

Shades of Comet #606483

Tints of Comet #606483

Color information

#606483 (or 0x606483) is unknown color: approx Comet. HEX triplet: 60, 64 and 83. RGB value is (96,100,131). Sum of RGB (Red+Green+Blue) = 96+100+131=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #606483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606483 is #9F9B7C. Grayscale: #666666. Windows color (decimal): -10460029 or 8610912. OLE color: 8610912.

HSL color Cylindrical-coordinate representation of color #606483: hue angle of 233.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606483 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96100131-
CMYK0.270.2400.49
HSL233.14º15.42%44.51%-
HSV(B)233.14º26.72%51.37%-
XYZ13.4813.2423.32-
YUV102.34144.17123.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=29.36%
G=30.58%
B=40.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961001310.270.2400.49233.1415.4244.51
Hex6064831B18031e9f2d
Octal14014420333300613511755
Binary110000011001001000001111011110000110001111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606483; }

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

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

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

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

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

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

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

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