Html Css Color HEX #6553CD Slate Blue

📋 copy color: '#6553CD'

red 101 ◦ green 83 ◦ blue 205

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

Shades of Slate Blue #6553CD

Tints of Slate Blue #6553CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 25.96%
G = 21.34%
B = 52.7%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6553CD (or 0x6553CD) is known color: Slate Blue. HEX triplet: 65, 53 and CD. RGB value is (101,83,205). Sum of RGB (Red+Green+Blue) = 101+83+205=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #6553CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553CD is #9AAC32. Grayscale: #656565. Windows color (decimal): -10136627 or 13456229. OLE color: 13456229.

HSL color Cylindrical-coordinate representation of color #6553CD: hue angle of 248.85º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6553CD is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 83 205 -
CMYK 0.51 0.60 0 0.20
HSL 248.85º 0.55% 0.56% -
HSV(B) 248.85º 0.6% 0.8% -
XYZ 19.48 13.36 59.31 -
YUV 102.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 101 83 205 0.51 0.60 0 0.20 248.85 0.55 0.56
Hex 65 53 CD 33 3C 0 14 F9 37 38
Octal 145 123 315 63 74 0 24 371 67 70
Binary 1100101 1010011 11001101 110011 111100 0 10100 11111001 110111 111000

Color Harmonies of #6553CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6553CD

Black with #6553CD

Text Example


Text Example

White with #6553CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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