Html Css Color HEX #606679 Comet

📋 copy color: '#606679'

red 96 ◦ green 102 ◦ blue 121

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

Shades of Comet #606679

Tints of Comet #606679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 121 (47.66% from 255) = 37.93%

R = 30.09%
G = 31.97%
B = 37.93%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606679 (or 0x606679) is known color: Comet. HEX triplet: 60, 66 and 79. RGB value is (96,102,121). Sum of RGB (Red+Green+Blue) = 96+102+121=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #606679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606679 is #9F9986. Grayscale: #666666. Windows color (decimal): -10459527 or 7956064. OLE color: 7956064.

HSL color Cylindrical-coordinate representation of color #606679: hue angle of 225.6º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606679 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 102 121 -
CMYK 0.21 0.16 0 0.53
HSL 225.6º 0.12% 0.43% -
HSV(B) 225.6º 0.21% 0.47% -
XYZ 13.03 13.37 19.98 -
YUV 102.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 96 102 121 0.21 0.16 0 0.53 225.6 0.12 0.43
Hex 60 66 79 15 10 0 35 E2 C 2B
Octal 140 146 171 25 20 0 65 342 14 53
Binary 1100000 1100110 1111001 10101 10000 0 110101 11100010 1100 101011

Color Harmonies of #606679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606679

Black with #606679

Text Example


Text Example

White with #606679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606679; }

 p { color: rgb(96,102,121); }

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

background-color css

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

 a { background-color: rgb(96,102,121); }

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

border-color css

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

 span { border-color: rgb(96,102,121); }

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