Html Css Color HEX #6553D0 Slate Blue

📋 copy color: '#6553D0'

red 101 ◦ green 83 ◦ blue 208

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

Shades of Slate Blue #6553D0

Tints of Slate Blue #6553D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 25.77%
G = 21.17%
B = 53.06%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6553D0 (or 0x6553D0) is known color: Slate Blue. HEX triplet: 65, 53 and D0. RGB value is (101,83,208). Sum of RGB (Red+Green+Blue) = 101+83+208=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #6553D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553D0 is #9AAC2F. Grayscale: #666666. Windows color (decimal): -10136624 or 13652837. OLE color: 13652837.

HSL color Cylindrical-coordinate representation of color #6553D0: hue angle of 248.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6553D0 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 83 208 -
CMYK 0.51 0.60 0 0.18
HSL 248.64º 0.57% 0.57% -
HSV(B) 248.64º 0.6% 0.82% -
XYZ 19.85 13.51 61.24 -
YUV 102.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 101 83 208 0.51 0.60 0 0.18 248.64 0.57 0.57
Hex 65 53 D0 33 3C 0 12 F9 39 39
Octal 145 123 320 63 74 0 22 371 71 71
Binary 1100101 1010011 11010000 110011 111100 0 10010 11111001 111001 111001

Color Harmonies of #6553D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6553D0

Black with #6553D0

Text Example


Text Example

White with #6553D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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