Html Css Color HEX #6544EA Slate Blue

📋 copy color: '#6544EA'

red 101 ◦ green 68 ◦ blue 234

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

Shades of Slate Blue #6544EA

Tints of Slate Blue #6544EA

RGB

 RED value IS 101 (39.84% from 255) = 25.06%

 GREEN value IS 68 (26.95% from 255) = 16.87%

 BLUE value IS 234 (91.8% from 255) = 58.06%

R = 25.06%
G = 16.87%
B = 58.06%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6544EA (or 0x6544EA) is known color: Slate Blue. HEX triplet: 65, 44 and EA. RGB value is (101,68,234). Sum of RGB (Red+Green+Blue) = 101+68+234=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #6544EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6544EA is #9ABB15. Grayscale: #606060. Windows color (decimal): -10140438 or 15352933. OLE color: 15352933.

HSL color Cylindrical-coordinate representation of color #6544EA: hue angle of 251.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6544EA is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 68 234 -
CMYK 0.57 0.71 0 0.08
HSL 251.93º 0.8% 0.59% -
HSV(B) 251.93º 0.71% 0.92% -
XYZ 22.29 12.84 79.15 -
YUV 96.79 205.43 131 -
System Red Green Blue C M Y K H S L
Decimal 101 68 234 0.57 0.71 0 0.08 251.93 0.8 0.59
Hex 65 44 EA 39 47 0 8 FC 50 3B
Octal 145 104 352 71 107 0 10 374 120 73
Binary 1100101 1000100 11101010 111001 1000111 0 1000 11111100 1010000 111011

Color Harmonies of #6544EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6544EA

Black with #6544EA

Text Example


Text Example

White with #6544EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6544EA; }

 p { color: rgb(101,68,234); }

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

background-color css

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

 a { background-color: rgb(101,68,234); }

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

border-color css

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

 span { border-color: rgb(101,68,234); }

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