Html Css Color HEX #606486 Comet

📋 copy color: '#606486'

red 96 ◦ green 100 ◦ blue 134

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

Shades of Comet #606486

Tints of Comet #606486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.61%

R = 29.09%
G = 30.3%
B = 40.61%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606486 (or 0x606486) is known color: Comet. HEX triplet: 60, 64 and 86. RGB value is (96,100,134). Sum of RGB (Red+Green+Blue) = 96+100+134=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #606486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606486 is #9F9B79. Grayscale: #666666. Windows color (decimal): -10460026 or 8807520. OLE color: 8807520.

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

Color convert

RGB 96 100 134 -
CMYK 0.28 0.25 0 0.47
HSL 233.68º 0.17% 0.45% -
HSV(B) 233.68º 0.28% 0.53% -
XYZ 13.68 13.32 24.4 -
YUV 102.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 96 100 134 0.28 0.25 0 0.47 233.68 0.17 0.45
Hex 60 64 86 1C 19 0 2F EA 11 2D
Octal 140 144 206 34 31 0 57 352 21 55
Binary 1100000 1100100 10000110 11100 11001 0 101111 11101010 10001 101101

Color Harmonies of #606486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606486

Black with #606486

Text Example


Text Example

White with #606486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606486; }

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

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

background-color css

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

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

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

border-color css

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

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

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