Html Css Color HEX #6F74FB Medium Slate Blue

📋 copy color: '#6F74FB'

red 111 ◦ green 116 ◦ blue 251

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

Shades of Medium Slate Blue #6F74FB

Tints of Medium Slate Blue #6F74FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.27%

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 23.22%
G = 24.27%
B = 52.51%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F74FB (or 0x6F74FB) is known color: Medium Slate Blue. HEX triplet: 6F, 74 and FB. RGB value is (111,116,251). Sum of RGB (Red+Green+Blue) = 111+116+251=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F74FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F74FB is #908B04. Grayscale: #818181. Windows color (decimal): -9472773 or 16479343. OLE color: 16479343.

HSL color Cylindrical-coordinate representation of color #6F74FB: hue angle of 237.86º degrees, saturation: 0.95, 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 #6F74FB is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 116 251 -
CMYK 0.56 0.54 0 0.02
HSL 237.86º 0.95% 0.71% -
HSV(B) 237.86º 0.56% 0.98% -
XYZ 30.21 22.84 94.08 -
YUV 129.9 196.34 114.52 -
System Red Green Blue C M Y K H S L
Decimal 111 116 251 0.56 0.54 0 0.02 237.86 0.95 0.71
Hex 6F 74 FB 38 36 0 2 EE 5F 47
Octal 157 164 373 70 66 0 2 356 137 107
Binary 1101111 1110100 11111011 111000 110110 0 10 11101110 1011111 1000111

Color Harmonies of #6F74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F74FB

Black with #6F74FB

Text Example


Text Example

White with #6F74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,251); }

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

background-color css

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

 a { background-color: rgb(111,116,251); }

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

border-color css

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

 span { border-color: rgb(111,116,251); }

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