Html Css Color HEX #606274 Comet

📋 copy color: '#606274'

red 96 ◦ green 98 ◦ blue 116

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

Shades of Comet #606274

Tints of Comet #606274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 30.97%
G = 31.61%
B = 37.42%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606274 (or 0x606274) is known color: Comet. HEX triplet: 60, 62 and 74. RGB value is (96,98,116). Sum of RGB (Red+Green+Blue) = 96+98+116=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #606274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606274 is #9F9D8B. Grayscale: #636363. Windows color (decimal): -10460556 or 7627360. OLE color: 7627360.

HSL color Cylindrical-coordinate representation of color #606274: hue angle of 234º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606274 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 98 116 -
CMYK 0.17 0.16 0 0.55
HSL 234º 0.09% 0.42% -
HSV(B) 234º 0.17% 0.45% -
XYZ 12.34 12.48 18.28 -
YUV 99.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 96 98 116 0.17 0.16 0 0.55 234 0.09 0.42
Hex 60 62 74 11 10 0 37 EA 9 2A
Octal 140 142 164 21 20 0 67 352 11 52
Binary 1100000 1100010 1110100 10001 10000 0 110111 11101010 1001 101010

Color Harmonies of #606274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606274

Black with #606274

Text Example


Text Example

White with #606274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606274; }

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

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

background-color css

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

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

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

border-color css

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

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

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