Html Css Color HEX #606285 Comet

📋 copy color: '#606285'

red 96 ◦ green 98 ◦ blue 133

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

Shades of Comet #606285

Tints of Comet #606285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 29.36%
G = 29.97%
B = 40.67%

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

#606285 (or 0x606285) is known color: Comet. HEX triplet: 60, 62 and 85. RGB value is (96,98,133). Sum of RGB (Red+Green+Blue) = 96+98+133=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #606285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606285 is #9F9D7A. Grayscale: #656565. Windows color (decimal): -10460539 or 8741472. OLE color: 8741472.

HSL color Cylindrical-coordinate representation of color #606285: hue angle of 236.76º 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 #606285 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 98 133 -
CMYK 0.28 0.26 0 0.48
HSL 236.76º 0.16% 0.45% -
HSV(B) 236.76º 0.28% 0.52% -
XYZ 13.43 12.92 23.98 -
YUV 101.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 96 98 133 0.28 0.26 0 0.48 236.76 0.16 0.45
Hex 60 62 85 1C 1A 0 30 ED 10 2D
Octal 140 142 205 34 32 0 60 355 20 55
Binary 1100000 1100010 10000101 11100 11010 0 110000 11101101 10000 101101

Color Harmonies of #606285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606285

Black with #606285

Text Example


Text Example

White with #606285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606285; }

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

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

background-color css

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

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

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

border-color css

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

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

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