Html Css Color HEX #6553DC Slate Blue

📋 copy color: '#6553DC'

red 101 ◦ green 83 ◦ blue 220

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

Shades of Slate Blue #6553DC

Tints of Slate Blue #6553DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.46%

R = 25%
G = 20.54%
B = 54.46%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6553DC (or 0x6553DC) is known color: Slate Blue. HEX triplet: 65, 53 and DC. RGB value is (101,83,220). Sum of RGB (Red+Green+Blue) = 101+83+220=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #6553DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553DC is #9AAC23. Grayscale: #676767. Windows color (decimal): -10136612 or 14439269. OLE color: 14439269.

HSL color Cylindrical-coordinate representation of color #6553DC: hue angle of 247.88º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6553DC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 83 220 -
CMYK 0.54 0.62 0 0.14
HSL 247.88º 0.66% 0.59% -
HSV(B) 247.88º 0.62% 0.86% -
XYZ 21.38 14.12 69.31 -
YUV 104 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 101 83 220 0.54 0.62 0 0.14 247.88 0.66 0.59
Hex 65 53 DC 36 3E 0 E F8 42 3B
Octal 145 123 334 66 76 0 16 370 102 73
Binary 1100101 1010011 11011100 110110 111110 0 1110 11111000 1000010 111011

Color Harmonies of #6553DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6553DC

Black with #6553DC

Text Example


Text Example

White with #6553DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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