Html Css Color HEX #606386 Comet

📋 copy color: '#606386'

red 96 ◦ green 99 ◦ blue 134

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

Shades of Comet #606386

Tints of Comet #606386

RGB

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

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

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

R = 29.18%
G = 30.09%
B = 40.73%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606386 (or 0x606386) is known color: Comet. HEX triplet: 60, 63 and 86. RGB value is (96,99,134). Sum of RGB (Red+Green+Blue) = 96+99+134=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #606386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606386 is #9F9C79. Grayscale: #656565. Windows color (decimal): -10460282 or 8807264. OLE color: 8807264.

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

Color convert

RGB 96 99 134 -
CMYK 0.28 0.26 0 0.47
HSL 235.26º 0.17% 0.45% -
HSV(B) 235.26º 0.28% 0.53% -
XYZ 13.59 13.13 24.37 -
YUV 102.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 96 99 134 0.28 0.26 0 0.47 235.26 0.17 0.45
Hex 60 63 86 1C 1A 0 2F EB 11 2D
Octal 140 143 206 34 32 0 57 353 21 55
Binary 1100000 1100011 10000110 11100 11010 0 101111 11101011 10001 101101

Color Harmonies of #606386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606386

Black with #606386

Text Example


Text Example

White with #606386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606386; }

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

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

background-color css

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

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

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

border-color css

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

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

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