Html Css Color HEX #6569F6 Medium Slate Blue

📋 copy color: '#6569F6'

red 101 ◦ green 105 ◦ blue 246

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

Shades of Medium Slate Blue #6569F6

Tints of Medium Slate Blue #6569F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.42%

R = 22.35%
G = 23.23%
B = 54.42%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6569F6 (or 0x6569F6) is known color: Medium Slate Blue. HEX triplet: 65, 69 and F6. RGB value is (101,105,246). Sum of RGB (Red+Green+Blue) = 101+105+246=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #6569F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6569F6 is #9A9609. Grayscale: #777777. Windows color (decimal): -10130954 or 16148837. OLE color: 16148837.

HSL color Cylindrical-coordinate representation of color #6569F6: hue angle of 238.34º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6569F6 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 105 246 -
CMYK 0.59 0.57 0 0.04
HSL 238.34º 0.89% 0.68% -
HSV(B) 238.34º 0.59% 0.96% -
XYZ 27.05 19.52 89.53 -
YUV 119.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 101 105 246 0.59 0.57 0 0.04 238.34 0.89 0.68
Hex 65 69 F6 3B 39 0 4 EE 59 44
Octal 145 151 366 73 71 0 4 356 131 104
Binary 1100101 1101001 11110110 111011 111001 0 100 11101110 1011001 1000100

Color Harmonies of #6569F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6569F6

Black with #6569F6

Text Example


Text Example

White with #6569F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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