#605F88

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

Shades of Comet #605F88

Tints of Comet #605F88

Color information

#605F88 (or 0x605F88) is unknown color: approx Comet. HEX triplet: 60, 5F and 88. RGB value is (96,95,136). Sum of RGB (Red+Green+Blue) = 96+95+136=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #605F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F88 is #9FA077. Grayscale: #636363. Windows color (decimal): -10461304 or 8937312. OLE color: 8937312.

HSL color Cylindrical-coordinate representation of color #605F88: hue angle of 241.46º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605F88 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9695136-
CMYK0.290.3000.47
HSL241.46º17.75%45.29%-
HSV(B)241.46º30.15%53.33%-
XYZ13.3612.4524.99-
YUV99.97148.33125.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=29.36%
G=29.05%
B=41.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96951360.290.3000.47241.4617.7545.29
Hex605F881D1E02Ff1122d
Octal14013721035360573612255
Binary1100000101111110001000111011111001011111111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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