Html Css Color HEX #606470 Comet

📋 copy color: '#606470'

red 96 ◦ green 100 ◦ blue 112

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

Shades of Comet #606470

Tints of Comet #606470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

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

R = 31.17%
G = 32.47%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606470 (or 0x606470) is known color: Comet. HEX triplet: 60, 64 and 70. RGB value is (96,100,112). Sum of RGB (Red+Green+Blue) = 96+100+112=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #606470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606470 is #9F9B8F. Grayscale: #646464. Windows color (decimal): -10460048 or 7365728. OLE color: 7365728.

HSL color Cylindrical-coordinate representation of color #606470: hue angle of 225º 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 #606470 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 100 112 -
CMYK 0.14 0.11 0 0.56
HSL 225º 0.08% 0.41% -
HSV(B) 225º 0.14% 0.44% -
XYZ 12.31 12.77 17.15 -
YUV 100.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 96 100 112 0.14 0.11 0 0.56 225 0.08 0.41
Hex 60 64 70 E B 0 38 E1 8 29
Octal 140 144 160 16 13 0 70 341 10 51
Binary 1100000 1100100 1110000 1110 1011 0 111000 11100001 1000 101001

Color Harmonies of #606470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606470

Black with #606470

Text Example


Text Example

White with #606470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606470; }

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

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

background-color css

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

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

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

border-color css

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

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

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