#606188

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

Shades of Comet #606188

Tints of Comet #606188

Color information

#606188 (or 0x606188) is unknown color: approx Comet. HEX triplet: 60, 61 and 88. RGB value is (96,97,136). Sum of RGB (Red+Green+Blue) = 96+97+136=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #606188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606188 is #9F9E77. Grayscale: #646464. Windows color (decimal): -10460792 or 8937824. OLE color: 8937824.

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

Color convert

RGB9697136-
CMYK0.290.2900.47
HSL238.5º17.24%45.49%-
HSV(B)238.5º29.41%53.33%-
XYZ13.5412.8125.05-
YUV101.15147.67124.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=29.18%
G=29.48%
B=41.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96971360.290.2900.47238.517.2445.49
Hex6061881D1D02Fee112d
Octal14014121035350573562155
Binary1100000110000110001000111011110101011111110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606188; }

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

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

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

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

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

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

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

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