#606384

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

Shades of Comet #606384

Tints of Comet #606384

Color information

#606384 (or 0x606384) is unknown color: approx Comet. HEX triplet: 60, 63 and 84. RGB value is (96,99,132). Sum of RGB (Red+Green+Blue) = 96+99+132=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #606384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606384 is #9F9C7B. Grayscale: #656565. Windows color (decimal): -10460284 or 8676192. OLE color: 8676192.

HSL color Cylindrical-coordinate representation of color #606384: hue angle of 235º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606384 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9699132-
CMYK0.270.2500.48
HSL235º15.79%44.71%-
HSV(B)235º27.27%51.76%-
XYZ13.4513.0823.64-
YUV101.86145.01123.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=29.36%
G=30.28%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96991320.270.2500.4823515.7944.71
Hex6063841B19030eb102d
Octal14014320433310603532055
Binary1100000110001110000100110111100101100001110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606384; }

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

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

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

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

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

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

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

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