Html Css Color HEX #606385 Comet

📋 copy color: '#606385'

red 96 ◦ green 99 ◦ blue 133

#606385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #606385

Tints of Comet #606385

RGB

 RED value IS 96 (37.89% from 255) = 29.27%

 GREEN value IS 99 (39.06% from 255) = 30.18%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 29.27%
G = 30.18%
B = 40.55%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606385 (or 0x606385) is known color: Comet. HEX triplet: 60, 63 and 85. RGB value is (96,99,133). Sum of RGB (Red+Green+Blue) = 96+99+133=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #606385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606385 is #9F9C7A. Grayscale: #656565. Windows color (decimal): -10460283 or 8741728. OLE color: 8741728.

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

Color convert

RGB 96 99 133 -
CMYK 0.28 0.26 0 0.48
HSL 235.14º 0.16% 0.45% -
HSV(B) 235.14º 0.28% 0.52% -
XYZ 13.52 13.1 24.01 -
YUV 101.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 96 99 133 0.28 0.26 0 0.48 235.14 0.16 0.45
Hex 60 63 85 1C 1A 0 30 EB 10 2D
Octal 140 143 205 34 32 0 60 353 20 55
Binary 1100000 1100011 10000101 11100 11010 0 110000 11101011 10000 101101

Color Harmonies of #606385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606385

Black with #606385

Text Example


Text Example

White with #606385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606385; }

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

 H1.HeaderClassName
 {
   color: #606385;
 }
 .AnyTagClassName
 {
   color: #606385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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