Html Css Color HEX #6975DF Medium Slate Blue

📋 copy color: '#6975DF'

red 105 ◦ green 117 ◦ blue 223

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

Shades of Medium Slate Blue #6975DF

Tints of Medium Slate Blue #6975DF

RGB

 RED value IS 105 (41.41% from 255) = 23.6%

 GREEN value IS 117 (46.09% from 255) = 26.29%

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 23.6%
G = 26.29%
B = 50.11%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6975DF (or 0x6975DF) is known color: Medium Slate Blue. HEX triplet: 69, 75 and DF. RGB value is (105,117,223). Sum of RGB (Red+Green+Blue) = 105+117+223=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #6975DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975DF is #968A20. Grayscale: #7D7D7D. Windows color (decimal): -9865761 or 14644585. OLE color: 14644585.

HSL color Cylindrical-coordinate representation of color #6975DF: hue angle of 233.9º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6975DF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 117 223 -
CMYK 0.53 0.48 0 0.13
HSL 233.9º 0.65% 0.64% -
HSV(B) 233.9º 0.53% 0.87% -
XYZ 25.51 21.05 72.53 -
YUV 125.5 183.02 113.38 -
System Red Green Blue C M Y K H S L
Decimal 105 117 223 0.53 0.48 0 0.13 233.9 0.65 0.64
Hex 69 75 DF 35 30 0 D EA 41 40
Octal 151 165 337 65 60 0 15 352 101 100
Binary 1101001 1110101 11011111 110101 110000 0 1101 11101010 1000001 1000000

Color Harmonies of #6975DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975DF

Black with #6975DF

Text Example


Text Example

White with #6975DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6975DF; }

 p { color: rgb(105,117,223); }

 H1.HeaderClassName
 {
   color: #6975DF;
 }
 .AnyTagClassName
 {
   color: #6975DF;
 }
</style>

background-color css

<style>
 a { background-color: #6975DF; }

 a { background-color: rgb(105,117,223); }

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

border-color css

<style>
 span { border-color: #6975DF; }

 span { border-color: rgb(105,117,223); }

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