Html Css Color HEX #6F68FC Medium Slate Blue

📋 copy color: '#6F68FC'

red 111 ◦ green 104 ◦ blue 252

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

Shades of Medium Slate Blue #6F68FC

Tints of Medium Slate Blue #6F68FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 23.77%
G = 22.27%
B = 53.96%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F68FC (or 0x6F68FC) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and FC. RGB value is (111,104,252). Sum of RGB (Red+Green+Blue) = 111+104+252=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F68FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68FC is #909703. Grayscale: #7A7A7A. Windows color (decimal): -9475844 or 16541807. OLE color: 16541807.

HSL color Cylindrical-coordinate representation of color #6F68FC: hue angle of 242.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F68FC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 104 252 -
CMYK 0.56 0.59 0 0.01
HSL 242.84º 0.96% 0.7% -
HSV(B) 242.84º 0.59% 0.99% -
XYZ 29.08 20.31 94.48 -
YUV 122.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 111 104 252 0.56 0.59 0 0.01 242.84 0.96 0.7
Hex 6F 68 FC 38 3B 0 1 F3 60 46
Octal 157 150 374 70 73 0 1 363 140 106
Binary 1101111 1101000 11111100 111000 111011 0 1 11110011 1100000 1000110

Color Harmonies of #6F68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68FC

Black with #6F68FC

Text Example


Text Example

White with #6F68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,252); }

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

background-color css

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

 a { background-color: rgb(111,104,252); }

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

border-color css

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

 span { border-color: rgb(111,104,252); }

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