#605D83

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

Shades of Comet #605D83

Tints of Comet #605D83

Color information

#605D83 (or 0x605D83) is unknown color: approx Comet. HEX triplet: 60, 5D and 83. RGB value is (96,93,131). Sum of RGB (Red+Green+Blue) = 96+93+131=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #605D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605D83 is #9FA27C. Grayscale: #626262. Windows color (decimal): -10461821 or 8609120. OLE color: 8609120.

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

Color convert

RGB9693131-
CMYK0.270.2900.49
HSL244.74º16.96%43.92%-
HSV(B)244.74º29.01%51.37%-
XYZ12.8311.9523.1-
YUV98.23146.49126.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=30%
G=29.06%
B=40.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96931310.270.2900.49244.7416.9643.92
Hex605D831B1D031f5112c
Octal14013520333350613652154
Binary1100000101110110000011110111110101100011111010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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