#606378

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

Shades of Comet #606378

Tints of Comet #606378

Color information

#606378 (or 0x606378) is unknown color: approx Comet. HEX triplet: 60, 63 and 78. RGB value is (96,99,120). Sum of RGB (Red+Green+Blue) = 96+99+120=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #606378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606378 is #9F9C87. Grayscale: #646464. Windows color (decimal): -10460296 or 7889760. OLE color: 7889760.

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

Color convert

RGB9699120-
CMYK0.20.1700.53
HSL232.5º11.11%42.35%-
HSV(B)232.5º20%47.06%-
XYZ12.6812.7719.57-
YUV100.5139.01124.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=30.48%
G=31.43%
B=38.10%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96991200.20.1700.53232.511.1142.35
Hex6063781411035e8b2a
Octal14014317024210653501352
Binary11000001100011111100010100100010110101111010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606378; }

 p { color: rgb(96,99,120); }

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

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

 a { background-color: rgb(96,99,120); }

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

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

 span { border-color: rgb(96,99,120); }

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