Html Css Color HEX #606487 Comet

📋 copy color: '#606487'

red 96 ◦ green 100 ◦ blue 135

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

Shades of Comet #606487

Tints of Comet #606487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.79%

R = 29%
G = 30.21%
B = 40.79%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606487 (or 0x606487) is known color: Comet. HEX triplet: 60, 64 and 87. RGB value is (96,100,135). Sum of RGB (Red+Green+Blue) = 96+100+135=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #606487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606487 is #9F9B78. Grayscale: #666666. Windows color (decimal): -10460025 or 8873056. OLE color: 8873056.

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

Color convert

RGB 96 100 135 -
CMYK 0.29 0.26 0 0.47
HSL 233.85º 0.17% 0.45% -
HSV(B) 233.85º 0.29% 0.53% -
XYZ 13.75 13.35 24.77 -
YUV 102.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 96 100 135 0.29 0.26 0 0.47 233.85 0.17 0.45
Hex 60 64 87 1D 1A 0 2F EA 11 2D
Octal 140 144 207 35 32 0 57 352 21 55
Binary 1100000 1100100 10000111 11101 11010 0 101111 11101010 10001 101101

Color Harmonies of #606487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606487

Black with #606487

Text Example


Text Example

White with #606487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606487; }

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

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

background-color css

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

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

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

border-color css

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

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

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