Html Css Color HEX #6569FD Medium Slate Blue

📋 copy color: '#6569FD'

red 101 ◦ green 105 ◦ blue 253

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

Shades of Medium Slate Blue #6569FD

Tints of Medium Slate Blue #6569FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 22%
G = 22.88%
B = 55.12%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6569FD (or 0x6569FD) is known color: Medium Slate Blue. HEX triplet: 65, 69 and FD. RGB value is (101,105,253). Sum of RGB (Red+Green+Blue) = 101+105+253=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #6569FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6569FD is #9A9602. Grayscale: #787878. Windows color (decimal): -10130947 or 16607589. OLE color: 16607589.

HSL color Cylindrical-coordinate representation of color #6569FD: hue angle of 238.42º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6569FD is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 105 253 -
CMYK 0.60 0.58 0 0.01
HSL 238.42º 0.97% 0.69% -
HSV(B) 238.42º 0.6% 0.99% -
XYZ 28.15 19.96 95.3 -
YUV 120.68 202.67 113.97 -
System Red Green Blue C M Y K H S L
Decimal 101 105 253 0.60 0.58 0 0.01 238.42 0.97 0.69
Hex 65 69 FD 3C 3A 0 1 EE 61 45
Octal 145 151 375 74 72 0 1 356 141 105
Binary 1100101 1101001 11111101 111100 111010 0 1 11101110 1100001 1000101

Color Harmonies of #6569FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6569FD

Black with #6569FD

Text Example


Text Example

White with #6569FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6569FD; }

 p { color: rgb(101,105,253); }

 H1.HeaderClassName
 {
   color: #6569FD;
 }
 .AnyTagClassName
 {
   color: #6569FD;
 }
</style>

background-color css

<style>
 a { background-color: #6569FD; }

 a { background-color: rgb(101,105,253); }

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

border-color css

<style>
 span { border-color: #6569FD; }

 span { border-color: rgb(101,105,253); }

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