Html Css Color HEX #6F75FA Medium Slate Blue

📋 copy color: '#6F75FA'

red 111 ◦ green 117 ◦ blue 250

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

Shades of Medium Slate Blue #6F75FA

Tints of Medium Slate Blue #6F75FA

RGB

 RED value IS 111 (43.75% from 255) = 23.22%

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

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

R = 23.22%
G = 24.48%
B = 52.3%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F75FA (or 0x6F75FA) is known color: Medium Slate Blue. HEX triplet: 6F, 75 and FA. RGB value is (111,117,250). Sum of RGB (Red+Green+Blue) = 111+117+250=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F75FA is #908A05. Grayscale: #818181. Windows color (decimal): -9472518 or 16414063. OLE color: 16414063.

HSL color Cylindrical-coordinate representation of color #6F75FA: hue angle of 237.41º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F75FA is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 117 250 -
CMYK 0.56 0.53 0 0.02
HSL 237.41º 0.93% 0.71% -
HSV(B) 237.41º 0.56% 0.98% -
XYZ 30.17 23 93.29 -
YUV 130.37 195.51 114.19 -
System Red Green Blue C M Y K H S L
Decimal 111 117 250 0.56 0.53 0 0.02 237.41 0.93 0.71
Hex 6F 75 FA 38 35 0 2 ED 5D 47
Octal 157 165 372 70 65 0 2 355 135 107
Binary 1101111 1110101 11111010 111000 110101 0 10 11101101 1011101 1000111

Color Harmonies of #6F75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F75FA

Black with #6F75FA

Text Example


Text Example

White with #6F75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F75FA; }

 p { color: rgb(111,117,250); }

 H1.HeaderClassName
 {
   color: #6F75FA;
 }
 .AnyTagClassName
 {
   color: #6F75FA;
 }
</style>

background-color css

<style>
 a { background-color: #6F75FA; }

 a { background-color: rgb(111,117,250); }

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

border-color css

<style>
 span { border-color: #6F75FA; }

 span { border-color: rgb(111,117,250); }

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