Html Css Color HEX #606485 Comet

📋 copy color: '#606485'

red 96 ◦ green 100 ◦ blue 133

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

Shades of Comet #606485

Tints of Comet #606485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 29.18%
G = 30.4%
B = 40.43%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606485 (or 0x606485) is known color: Comet. HEX triplet: 60, 64 and 85. RGB value is (96,100,133). Sum of RGB (Red+Green+Blue) = 96+100+133=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #606485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606485 is #9F9B7A. Grayscale: #666666. Windows color (decimal): -10460027 or 8741984. OLE color: 8741984.

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

Color convert

RGB 96 100 133 -
CMYK 0.28 0.25 0 0.48
HSL 233.51º 0.16% 0.45% -
HSV(B) 233.51º 0.28% 0.52% -
XYZ 13.61 13.29 24.04 -
YUV 102.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 96 100 133 0.28 0.25 0 0.48 233.51 0.16 0.45
Hex 60 64 85 1C 19 0 30 EA 10 2D
Octal 140 144 205 34 31 0 60 352 20 55
Binary 1100000 1100100 10000101 11100 11001 0 110000 11101010 10000 101101

Color Harmonies of #606485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606485

Black with #606485

Text Example


Text Example

White with #606485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606485; }

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

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

background-color css

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

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

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

border-color css

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

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

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