Html Css Color HEX #646382 Comet

📋 copy color: '#646382'

red 100 ◦ green 99 ◦ blue 130

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

Shades of Comet #646382

Tints of Comet #646382

RGB

 RED value IS 100 (39.45% from 255) = 30.4%

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 30.4%
G = 30.09%
B = 39.51%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#646382 (or 0x646382) is known color: Comet. HEX triplet: 64, 63 and 82. RGB value is (100,99,130). Sum of RGB (Red+Green+Blue) = 100+99+130=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #646382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646382 is #9B9C7D. Grayscale: #666666. Windows color (decimal): -10198142 or 8545124. OLE color: 8545124.

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

Color convert

RGB 100 99 130 -
CMYK 0.23 0.24 0 0.49
HSL 241.94º 0.14% 0.45% -
HSV(B) 241.94º 0.24% 0.51% -
XYZ 13.75 13.24 22.95 -
YUV 102.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 100 99 130 0.23 0.24 0 0.49 241.94 0.14 0.45
Hex 64 63 82 17 18 0 31 F2 E 2D
Octal 144 143 202 27 30 0 61 362 16 55
Binary 1100100 1100011 10000010 10111 11000 0 110001 11110010 1110 101101

Color Harmonies of #646382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646382

Black with #646382

Text Example


Text Example

White with #646382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646382; }

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

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

background-color css

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

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

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

border-color css

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

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

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