Html Css Color HEX #606279 Comet

📋 copy color: '#606279'

red 96 ◦ green 98 ◦ blue 121

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

Shades of Comet #606279

Tints of Comet #606279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

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

R = 30.48%
G = 31.11%
B = 38.41%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606279 (or 0x606279) is known color: Comet. HEX triplet: 60, 62 and 79. RGB value is (96,98,121). Sum of RGB (Red+Green+Blue) = 96+98+121=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #606279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606279 is #9F9D86. Grayscale: #636363. Windows color (decimal): -10460551 or 7955040. OLE color: 7955040.

HSL color Cylindrical-coordinate representation of color #606279: hue angle of 235.2º 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 #606279 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 98 121 -
CMYK 0.21 0.19 0 0.53
HSL 235.2º 0.12% 0.43% -
HSV(B) 235.2º 0.21% 0.47% -
XYZ 12.64 12.6 19.86 -
YUV 100.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 96 98 121 0.21 0.19 0 0.53 235.2 0.12 0.43
Hex 60 62 79 15 13 0 35 EB C 2B
Octal 140 142 171 25 23 0 65 353 14 53
Binary 1100000 1100010 1111001 10101 10011 0 110101 11101011 1100 101011

Color Harmonies of #606279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606279

Black with #606279

Text Example


Text Example

White with #606279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606279; }

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

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

background-color css

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

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

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

border-color css

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

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

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