Html Css Color HEX #6570FA Medium Slate Blue

📋 copy color: '#6570FA'

red 101 ◦ green 112 ◦ blue 250

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

Shades of Medium Slate Blue #6570FA

Tints of Medium Slate Blue #6570FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

 BLUE value IS 250 (98.05% from 255) = 54%

R = 21.81%
G = 24.19%
B = 54%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6570FA (or 0x6570FA) is known color: Medium Slate Blue. HEX triplet: 65, 70 and FA. RGB value is (101,112,250). Sum of RGB (Red+Green+Blue) = 101+112+250=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #6570FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6570FA is #9A8F05. Grayscale: #7B7B7B. Windows color (decimal): -10129158 or 16412773. OLE color: 16412773.

HSL color Cylindrical-coordinate representation of color #6570FA: hue angle of 235.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6570FA is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 112 250 -
CMYK 0.60 0.55 0 0.02
HSL 235.57º 0.94% 0.69% -
HSV(B) 235.57º 0.6% 0.98% -
XYZ 28.42 21.26 93.05 -
YUV 124.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 101 112 250 0.60 0.55 0 0.02 235.57 0.94 0.69
Hex 65 70 FA 3C 37 0 2 EC 5E 45
Octal 145 160 372 74 67 0 2 354 136 105
Binary 1100101 1110000 11111010 111100 110111 0 10 11101100 1011110 1000101

Color Harmonies of #6570FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6570FA

Black with #6570FA

Text Example


Text Example

White with #6570FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6570FA; }

 p { color: rgb(101,112,250); }

 H1.HeaderClassName
 {
   color: #6570FA;
 }
 .AnyTagClassName
 {
   color: #6570FA;
 }
</style>

background-color css

<style>
 a { background-color: #6570FA; }

 a { background-color: rgb(101,112,250); }

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

border-color css

<style>
 span { border-color: #6570FA; }

 span { border-color: rgb(101,112,250); }

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