Html Css Color HEX #656770 Comet

📋 copy color: '#656770'

red 101 ◦ green 103 ◦ blue 112

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

Shades of Comet #656770

Tints of Comet #656770

RGB

 RED value IS 101 (39.84% from 255) = 31.96%

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 31.96%
G = 32.59%
B = 35.44%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656770 (or 0x656770) is known color: Comet. HEX triplet: 65, 67 and 70. RGB value is (101,103,112). Sum of RGB (Red+Green+Blue) = 101+103+112=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #656770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656770 is #9A988F. Grayscale: #676767. Windows color (decimal): -10131600 or 7366501. OLE color: 7366501.

HSL color Cylindrical-coordinate representation of color #656770: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #656770 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 103 112 -
CMYK 0.10 0.08 0 0.56
HSL 229.09º 0.05% 0.42% -
HSV(B) 229.09º 0.1% 0.44% -
XYZ 13.14 13.64 17.27 -
YUV 103.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 101 103 112 0.10 0.08 0 0.56 229.09 0.05 0.42
Hex 65 67 70 A 8 0 38 E5 5 2A
Octal 145 147 160 12 10 0 70 345 5 52
Binary 1100101 1100111 1110000 1010 1000 0 111000 11100101 101 101010

Color Harmonies of #656770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656770

Black with #656770

Text Example


Text Example

White with #656770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656770; }

 p { color: rgb(101,103,112); }

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

background-color css

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

 a { background-color: rgb(101,103,112); }

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

border-color css

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

 span { border-color: rgb(101,103,112); }

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