Html Css Color HEX #626284 Comet

📋 copy color: '#626284'

red 98 ◦ green 98 ◦ blue 132

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

Shades of Comet #626284

Tints of Comet #626284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 29.88%
G = 29.88%
B = 40.24%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#626284 (or 0x626284) is known color: Comet. HEX triplet: 62, 62 and 84. RGB value is (98,98,132). Sum of RGB (Red+Green+Blue) = 98+98+132=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #626284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626284 is #9D9D7B. Grayscale: #656565. Windows color (decimal): -10329468 or 8675938. OLE color: 8675938.

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

Color convert

RGB 98 98 132 -
CMYK 0.26 0.26 0 0.48
HSL 240º 0.15% 0.45% -
HSV(B) 240º 0.26% 0.52% -
XYZ 13.57 13 23.62 -
YUV 101.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 98 98 132 0.26 0.26 0 0.48 240 0.15 0.45
Hex 62 62 84 1A 1A 0 30 F0 F 2D
Octal 142 142 204 32 32 0 60 360 17 55
Binary 1100010 1100010 10000100 11010 11010 0 110000 11110000 1111 101101

Color Harmonies of #626284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626284

Black with #626284

Text Example


Text Example

White with #626284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626284; }

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

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

background-color css

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

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

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

border-color css

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

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

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