Html Css Color HEX #626082 Comet

📋 copy color: '#626082'

red 98 ◦ green 96 ◦ blue 130

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

Shades of Comet #626082

Tints of Comet #626082

RGB

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

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

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

R = 30.25%
G = 29.63%
B = 40.12%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626082 (or 0x626082) is known color: Comet. HEX triplet: 62, 60 and 82. RGB value is (98,96,130). Sum of RGB (Red+Green+Blue) = 98+96+130=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #626082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626082 is #9D9F7D. Grayscale: #646464. Windows color (decimal): -10329982 or 8544354. OLE color: 8544354.

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

Color convert

RGB 98 96 130 -
CMYK 0.25 0.26 0 0.49
HSL 243.53º 0.15% 0.44% -
HSV(B) 243.53º 0.26% 0.51% -
XYZ 13.25 12.57 22.85 -
YUV 100.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 98 96 130 0.25 0.26 0 0.49 243.53 0.15 0.44
Hex 62 60 82 19 1A 0 31 F4 F 2C
Octal 142 140 202 31 32 0 61 364 17 54
Binary 1100010 1100000 10000010 11001 11010 0 110001 11110100 1111 101100

Color Harmonies of #626082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626082

Black with #626082

Text Example


Text Example

White with #626082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626082; }

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

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

background-color css

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

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

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

border-color css

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

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

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