Html Css Color HEX #6553CA Slate Blue

📋 copy color: '#6553CA'

red 101 ◦ green 83 ◦ blue 202

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

Shades of Slate Blue #6553CA

Tints of Slate Blue #6553CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

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

R = 26.17%
G = 21.5%
B = 52.33%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6553CA (or 0x6553CA) is known color: Slate Blue. HEX triplet: 65, 53 and CA. RGB value is (101,83,202). Sum of RGB (Red+Green+Blue) = 101+83+202=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6553CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553CA is #9AAC35. Grayscale: #656565. Windows color (decimal): -10136630 or 13259621. OLE color: 13259621.

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

Color convert

RGB 101 83 202 -
CMYK 0.50 0.59 0 0.21
HSL 249.08º 0.53% 0.56% -
HSV(B) 249.08º 0.59% 0.79% -
XYZ 19.12 13.22 57.42 -
YUV 101.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 101 83 202 0.50 0.59 0 0.21 249.08 0.53 0.56
Hex 65 53 CA 32 3B 0 15 F9 35 38
Octal 145 123 312 62 73 0 25 371 65 70
Binary 1100101 1010011 11001010 110010 111011 0 10101 11111001 110101 111000

Color Harmonies of #6553CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6553CA

Black with #6553CA

Text Example


Text Example

White with #6553CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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