Html Css Color HEX #626072 Comet

📋 copy color: '#626072'

red 98 ◦ green 96 ◦ blue 114

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

Shades of Comet #626072

Tints of Comet #626072

RGB

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

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

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

R = 31.82%
G = 31.17%
B = 37.01%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#626072 (or 0x626072) is known color: Comet. HEX triplet: 62, 60 and 72. RGB value is (98,96,114). Sum of RGB (Red+Green+Blue) = 98+96+114=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #626072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626072 is #9D9F8D. Grayscale: #626262. Windows color (decimal): -10329998 or 7495778. OLE color: 7495778.

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

Color convert

RGB 98 96 114 -
CMYK 0.14 0.16 0 0.55
HSL 246.67º 0.09% 0.41% -
HSV(B) 246.67º 0.16% 0.45% -
XYZ 12.26 12.18 17.62 -
YUV 98.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 98 96 114 0.14 0.16 0 0.55 246.67 0.09 0.41
Hex 62 60 72 E 10 0 37 F7 9 29
Octal 142 140 162 16 20 0 67 367 11 51
Binary 1100010 1100000 1110010 1110 10000 0 110111 11110111 1001 101001

Color Harmonies of #626072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626072

Black with #626072

Text Example


Text Example

White with #626072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626072; }

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

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

background-color css

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

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

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

border-color css

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

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

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