Html Css Color HEX #646284 Comet

📋 copy color: '#646284'

red 100 ◦ green 98 ◦ blue 132

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

Shades of Comet #646284

Tints of Comet #646284

RGB

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

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

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

R = 30.3%
G = 29.7%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#646284 (or 0x646284) is known color: Comet. HEX triplet: 64, 62 and 84. RGB value is (100,98,132). Sum of RGB (Red+Green+Blue) = 100+98+132=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #646284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646284 is #9B9D7B. Grayscale: #666666. Windows color (decimal): -10198396 or 8675940. OLE color: 8675940.

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

Color convert

RGB 100 98 132 -
CMYK 0.24 0.26 0 0.48
HSL 243.53º 0.15% 0.45% -
HSV(B) 243.53º 0.26% 0.52% -
XYZ 13.79 13.11 23.63 -
YUV 102.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 100 98 132 0.24 0.26 0 0.48 243.53 0.15 0.45
Hex 64 62 84 18 1A 0 30 F4 F 2D
Octal 144 142 204 30 32 0 60 364 17 55
Binary 1100100 1100010 10000100 11000 11010 0 110000 11110100 1111 101101

Color Harmonies of #646284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646284

Black with #646284

Text Example


Text Example

White with #646284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646284; }

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

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

background-color css

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

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

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

border-color css

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

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

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