Html Css Color HEX #6F67FA Medium Slate Blue

📋 copy color: '#6F67FA'

red 111 ◦ green 103 ◦ blue 250

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

Shades of Medium Slate Blue #6F67FA

Tints of Medium Slate Blue #6F67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.2%

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

R = 23.92%
G = 22.2%
B = 53.88%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F67FA (or 0x6F67FA) is known color: Medium Slate Blue. HEX triplet: 6F, 67 and FA. RGB value is (111,103,250). Sum of RGB (Red+Green+Blue) = 111+103+250=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F67FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F67FA is #909805. Grayscale: #797979. Windows color (decimal): -9476102 or 16410479. OLE color: 16410479.

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

Color convert

RGB 111 103 250 -
CMYK 0.56 0.59 0 0.02
HSL 243.27º 0.94% 0.69% -
HSV(B) 243.27º 0.59% 0.98% -
XYZ 28.66 19.98 92.79 -
YUV 122.15 200.15 120.05 -
System Red Green Blue C M Y K H S L
Decimal 111 103 250 0.56 0.59 0 0.02 243.27 0.94 0.69
Hex 6F 67 FA 38 3B 0 2 F3 5E 45
Octal 157 147 372 70 73 0 2 363 136 105
Binary 1101111 1100111 11111010 111000 111011 0 10 11110011 1011110 1000101

Color Harmonies of #6F67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F67FA

Black with #6F67FA

Text Example


Text Example

White with #6F67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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