Html Css Color HEX #646383 Comet

📋 copy color: '#646383'

red 100 ◦ green 99 ◦ blue 131

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

Shades of Comet #646383

Tints of Comet #646383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 30.3%
G = 30%
B = 39.7%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#646383 (or 0x646383) is known color: Comet. HEX triplet: 64, 63 and 83. RGB value is (100,99,131). Sum of RGB (Red+Green+Blue) = 100+99+131=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #646383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646383 is #9B9C7C. Grayscale: #666666. Windows color (decimal): -10198141 or 8610660. OLE color: 8610660.

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

Color convert

RGB 100 99 131 -
CMYK 0.24 0.24 0 0.49
HSL 241.88º 0.14% 0.45% -
HSV(B) 241.88º 0.24% 0.51% -
XYZ 13.81 13.27 23.31 -
YUV 102.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 100 99 131 0.24 0.24 0 0.49 241.88 0.14 0.45
Hex 64 63 83 18 18 0 31 F2 E 2D
Octal 144 143 203 30 30 0 61 362 16 55
Binary 1100100 1100011 10000011 11000 11000 0 110001 11110010 1110 101101

Color Harmonies of #646383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646383

Black with #646383

Text Example


Text Example

White with #646383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646383; }

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

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

background-color css

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

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

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

border-color css

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

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

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