#605F83

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

Shades of Comet #605F83

Tints of Comet #605F83

Color information

#605F83 (or 0x605F83) is unknown color: approx Comet. HEX triplet: 60, 5F and 83. RGB value is (96,95,131). Sum of RGB (Red+Green+Blue) = 96+95+131=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #605F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F83 is #9FA07C. Grayscale: #636363. Windows color (decimal): -10461309 or 8609632. OLE color: 8609632.

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

Color convert

RGB9695131-
CMYK0.270.2700.49
HSL241.67º15.93%44.31%-
HSV(B)241.67º27.48%51.37%-
XYZ13.0112.3123.16-
YUV99.4145.83125.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=29.81%
G=29.50%
B=40.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96951310.270.2700.49241.6715.9344.31
Hex605F831B1B031f2102c
Octal14013720333330613622054
Binary1100000101111110000011110111101101100011111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F83; }

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

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

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

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

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

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

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

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