Html Css Color HEX #626274 Comet

📋 copy color: '#626274'

red 98 ◦ green 98 ◦ blue 116

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

Shades of Comet #626274

Tints of Comet #626274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 31.41%
G = 31.41%
B = 37.18%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#626274 (or 0x626274) is known color: Comet. HEX triplet: 62, 62 and 74. RGB value is (98,98,116). Sum of RGB (Red+Green+Blue) = 98+98+116=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #626274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626274 is #9D9D8B. Grayscale: #636363. Windows color (decimal): -10329484 or 7627362. OLE color: 7627362.

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

Color convert

RGB 98 98 116 -
CMYK 0.16 0.16 0 0.55
HSL 240º 0.08% 0.42% -
HSV(B) 240º 0.16% 0.45% -
XYZ 12.56 12.59 18.29 -
YUV 100.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 98 98 116 0.16 0.16 0 0.55 240 0.08 0.42
Hex 62 62 74 10 10 0 37 F0 8 2A
Octal 142 142 164 20 20 0 67 360 10 52
Binary 1100010 1100010 1110100 10000 10000 0 110111 11110000 1000 101010

Color Harmonies of #626274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626274

Black with #626274

Text Example


Text Example

White with #626274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626274; }

 p { color: rgb(98,98,116); }

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

background-color css

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

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

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

border-color css

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

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

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