Html Css Color HEX #626682 Comet

📋 copy color: '#626682'

red 98 ◦ green 102 ◦ blue 130

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

Shades of Comet #626682

Tints of Comet #626682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 29.7%
G = 30.91%
B = 39.39%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626682 (or 0x626682) is known color: Comet. HEX triplet: 62, 66 and 82. RGB value is (98,102,130). Sum of RGB (Red+Green+Blue) = 98+102+130=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #626682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626682 is #9D997D. Grayscale: #676767. Windows color (decimal): -10328446 or 8545890. OLE color: 8545890.

HSL color Cylindrical-coordinate representation of color #626682: hue angle of 232.5º 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 #626682 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 102 130 -
CMYK 0.25 0.22 0 0.49
HSL 232.5º 0.14% 0.45% -
HSV(B) 232.5º 0.25% 0.51% -
XYZ 13.82 13.71 23.04 -
YUV 104 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 98 102 130 0.25 0.22 0 0.49 232.5 0.14 0.45
Hex 62 66 82 19 16 0 31 E8 E 2D
Octal 142 146 202 31 26 0 61 350 16 55
Binary 1100010 1100110 10000010 11001 10110 0 110001 11101000 1110 101101

Color Harmonies of #626682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626682

Black with #626682

Text Example


Text Example

White with #626682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626682; }

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

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

background-color css

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

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

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

border-color css

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

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

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