Html Css Color HEX #626482 Comet

📋 copy color: '#626482'

red 98 ◦ green 100 ◦ blue 130

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

Shades of Comet #626482

Tints of Comet #626482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 29.88%
G = 30.49%
B = 39.63%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626482 (or 0x626482) is known color: Comet. HEX triplet: 62, 64 and 82. RGB value is (98,100,130). Sum of RGB (Red+Green+Blue) = 98+100+130=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #626482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626482 is #9D9B7D. Grayscale: #666666. Windows color (decimal): -10328958 or 8545378. OLE color: 8545378.

HSL color Cylindrical-coordinate representation of color #626482: hue angle of 236.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626482 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 100 130 -
CMYK 0.25 0.23 0 0.49
HSL 236.25º 0.14% 0.45% -
HSV(B) 236.25º 0.25% 0.51% -
XYZ 13.62 13.32 22.97 -
YUV 102.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 98 100 130 0.25 0.23 0 0.49 236.25 0.14 0.45
Hex 62 64 82 19 17 0 31 EC E 2D
Octal 142 144 202 31 27 0 61 354 16 55
Binary 1100010 1100100 10000010 11001 10111 0 110001 11101100 1110 101101

Color Harmonies of #626482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626482

Black with #626482

Text Example


Text Example

White with #626482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626482; }

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

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

background-color css

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

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

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

border-color css

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

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

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