Html Css Color HEX #606270 Comet

📋 copy color: '#606270'

red 96 ◦ green 98 ◦ blue 112

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

Shades of Comet #606270

Tints of Comet #606270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 31.37%
G = 32.03%
B = 36.6%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606270 (or 0x606270) is known color: Comet. HEX triplet: 60, 62 and 70. RGB value is (96,98,112). Sum of RGB (Red+Green+Blue) = 96+98+112=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #606270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606270 is #9F9D8F. Grayscale: #626262. Windows color (decimal): -10460560 or 7365216. OLE color: 7365216.

HSL color Cylindrical-coordinate representation of color #606270: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606270 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 98 112 -
CMYK 0.14 0.13 0 0.56
HSL 232.5º 0.08% 0.41% -
HSV(B) 232.5º 0.14% 0.44% -
XYZ 12.12 12.39 17.08 -
YUV 99 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 96 98 112 0.14 0.13 0 0.56 232.5 0.08 0.41
Hex 60 62 70 E D 0 38 E8 8 29
Octal 140 142 160 16 15 0 70 350 10 51
Binary 1100000 1100010 1110000 1110 1101 0 111000 11101000 1000 101001

Color Harmonies of #606270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606270

Black with #606270

Text Example


Text Example

White with #606270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606270; }

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

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

background-color css

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

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

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

border-color css

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

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

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