Html Css Color HEX #626686 Comet

📋 copy color: '#626686'

red 98 ◦ green 102 ◦ blue 134

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

Shades of Comet #626686

Tints of Comet #626686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 29.34%
G = 30.54%
B = 40.12%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#626686 (or 0x626686) is known color: Comet. HEX triplet: 62, 66 and 86. RGB value is (98,102,134). Sum of RGB (Red+Green+Blue) = 98+102+134=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #626686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626686 is #9D9979. Grayscale: #686868. Windows color (decimal): -10328442 or 8808034. OLE color: 8808034.

HSL color Cylindrical-coordinate representation of color #626686: hue angle of 233.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626686 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 102 134 -
CMYK 0.27 0.24 0 0.47
HSL 233.33º 0.16% 0.45% -
HSV(B) 233.33º 0.27% 0.53% -
XYZ 14.09 13.82 24.48 -
YUV 104.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 98 102 134 0.27 0.24 0 0.47 233.33 0.16 0.45
Hex 62 66 86 1B 18 0 2F E9 10 2D
Octal 142 146 206 33 30 0 57 351 20 55
Binary 1100010 1100110 10000110 11011 11000 0 101111 11101001 10000 101101

Color Harmonies of #626686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626686

Black with #626686

Text Example


Text Example

White with #626686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626686; }

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

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

background-color css

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

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

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

border-color css

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

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

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