Html Css Color HEX #626570 Comet

📋 copy color: '#626570'

red 98 ◦ green 101 ◦ blue 112

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

Shades of Comet #626570

Tints of Comet #626570

RGB

 RED value IS 98 (38.67% from 255) = 31.51%

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 31.51%
G = 32.48%
B = 36.01%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#626570 (or 0x626570) is known color: Comet. HEX triplet: 62, 65 and 70. RGB value is (98,101,112). Sum of RGB (Red+Green+Blue) = 98+101+112=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #626570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626570 is #9D9A8F. Grayscale: #656565. Windows color (decimal): -10328720 or 7365986. OLE color: 7365986.

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

Color convert

RGB 98 101 112 -
CMYK 0.13 0.10 0 0.56
HSL 227.14º 0.07% 0.41% -
HSV(B) 227.14º 0.13% 0.44% -
XYZ 12.62 13.07 17.19 -
YUV 101.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 98 101 112 0.13 0.10 0 0.56 227.14 0.07 0.41
Hex 62 65 70 D A 0 38 E3 7 29
Octal 142 145 160 15 12 0 70 343 7 51
Binary 1100010 1100101 1110000 1101 1010 0 111000 11100011 111 101001

Color Harmonies of #626570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626570

Black with #626570

Text Example


Text Example

White with #626570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626570; }

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

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

background-color css

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

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

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

border-color css

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

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

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