Html Css Color HEX #6546CA Slate Blue

📋 copy color: '#6546CA'

red 101 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #6546CA

Tints of Slate Blue #6546CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 202 (79.3% from 255) = 54.16%

R = 27.08%
G = 18.77%
B = 54.16%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6546CA (or 0x6546CA) is known color: Slate Blue. HEX triplet: 65, 46 and CA. RGB value is (101,70,202). Sum of RGB (Red+Green+Blue) = 101+70+202=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #6546CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6546CA is #9AB935. Grayscale: #5D5D5D. Windows color (decimal): -10139958 or 13256293. OLE color: 13256293.

HSL color Cylindrical-coordinate representation of color #6546CA: hue angle of 254.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6546CA is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 70 202 -
CMYK 0.50 0.65 0 0.21
HSL 254.09º 0.55% 0.53% -
HSV(B) 254.09º 0.65% 0.79% -
XYZ 18.22 11.41 57.12 -
YUV 94.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 101 70 202 0.50 0.65 0 0.21 254.09 0.55 0.53
Hex 65 46 CA 32 41 0 15 FE 37 35
Octal 145 106 312 62 101 0 25 376 67 65
Binary 1100101 1000110 11001010 110010 1000001 0 10101 11111110 110111 110101

Color Harmonies of #6546CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6546CA

Black with #6546CA

Text Example


Text Example

White with #6546CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6546CA; }

 p { color: rgb(101,70,202); }

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

background-color css

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

 a { background-color: rgb(101,70,202); }

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

border-color css

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

 span { border-color: rgb(101,70,202); }

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