Html Css Color HEX #626472 Comet

📋 copy color: '#626472'

red 98 ◦ green 100 ◦ blue 114

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

Shades of Comet #626472

Tints of Comet #626472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 31.41%
G = 32.05%
B = 36.54%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#626472 (or 0x626472) is known color: Comet. HEX triplet: 62, 64 and 72. RGB value is (98,100,114). Sum of RGB (Red+Green+Blue) = 98+100+114=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #626472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626472 is #9D9B8D. Grayscale: #646464. Windows color (decimal): -10328974 or 7496802. OLE color: 7496802.

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

Color convert

RGB 98 100 114 -
CMYK 0.14 0.12 0 0.55
HSL 232.5º 0.08% 0.42% -
HSV(B) 232.5º 0.14% 0.45% -
XYZ 12.63 12.93 17.75 -
YUV 101 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 98 100 114 0.14 0.12 0 0.55 232.5 0.08 0.42
Hex 62 64 72 E C 0 37 E8 8 2A
Octal 142 144 162 16 14 0 67 350 10 52
Binary 1100010 1100100 1110010 1110 1100 0 110111 11101000 1000 101010

Color Harmonies of #626472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626472

Black with #626472

Text Example


Text Example

White with #626472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626472; }

 p { color: rgb(98,100,114); }

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

background-color css

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

 a { background-color: rgb(98,100,114); }

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

border-color css

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

 span { border-color: rgb(98,100,114); }

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