Html Css Color HEX #6573DC Slate Blue

📋 copy color: '#6573DC'

red 101 ◦ green 115 ◦ blue 220

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

Shades of Slate Blue #6573DC

Tints of Slate Blue #6573DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 23.17%
G = 26.38%
B = 50.46%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6573DC (or 0x6573DC) is known color: Slate Blue. HEX triplet: 65, 73 and DC. RGB value is (101,115,220). Sum of RGB (Red+Green+Blue) = 101+115+220=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6573DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573DC is #9A8C23. Grayscale: #7A7A7A. Windows color (decimal): -10128420 or 14447461. OLE color: 14447461.

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

Color convert

RGB 101 115 220 -
CMYK 0.54 0.48 0 0.14
HSL 232.94º 0.63% 0.63% -
HSV(B) 232.94º 0.54% 0.86% -
XYZ 24.42 20.2 70.32 -
YUV 122.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 101 115 220 0.54 0.48 0 0.14 232.94 0.63 0.63
Hex 65 73 DC 36 30 0 E E9 3F 3F
Octal 145 163 334 66 60 0 16 351 77 77
Binary 1100101 1110011 11011100 110110 110000 0 1110 11101001 111111 111111

Color Harmonies of #6573DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6573DC

Black with #6573DC

Text Example


Text Example

White with #6573DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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