Html Css Color HEX #646670 Comet

📋 copy color: '#646670'

red 100 ◦ green 102 ◦ blue 112

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

Shades of Comet #646670

Tints of Comet #646670

RGB

 RED value IS 100 (39.45% from 255) = 31.85%

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

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

R = 31.85%
G = 32.48%
B = 35.67%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646670 (or 0x646670) is known color: Comet. HEX triplet: 64, 66 and 70. RGB value is (100,102,112). Sum of RGB (Red+Green+Blue) = 100+102+112=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #646670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646670 is #9B998F. Grayscale: #666666. Windows color (decimal): -10197392 or 7366244. OLE color: 7366244.

HSL color Cylindrical-coordinate representation of color #646670: hue angle of 230º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646670 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 102 112 -
CMYK 0.11 0.09 0 0.56
HSL 230º 0.06% 0.42% -
HSV(B) 230º 0.11% 0.44% -
XYZ 12.93 13.38 17.23 -
YUV 102.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 100 102 112 0.11 0.09 0 0.56 230 0.06 0.42
Hex 64 66 70 B 9 0 38 E6 6 2A
Octal 144 146 160 13 11 0 70 346 6 52
Binary 1100100 1100110 1110000 1011 1001 0 111000 11100110 110 101010

Color Harmonies of #646670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646670

Black with #646670

Text Example


Text Example

White with #646670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646670; }

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

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

background-color css

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

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

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

border-color css

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

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

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