Html Css Color HEX #6768FE Medium Slate Blue

📋 copy color: '#6768FE'

red 103 ◦ green 104 ◦ blue 254

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

Shades of Medium Slate Blue #6768FE

Tints of Medium Slate Blue #6768FE

RGB

 RED value IS 103 (40.63% from 255) = 22.34%

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

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 22.34%
G = 22.56%
B = 55.1%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6768FE (or 0x6768FE) is known color: Medium Slate Blue. HEX triplet: 67, 68 and FE. RGB value is (103,104,254). Sum of RGB (Red+Green+Blue) = 103+104+254=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #6768FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6768FE is #989701. Grayscale: #787878. Windows color (decimal): -10000130 or 16672871. OLE color: 16672871.

HSL color Cylindrical-coordinate representation of color #6768FE: hue angle of 239.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6768FE is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 104 254 -
CMYK 0.59 0.59 0 0.00
HSL 239.6º 0.99% 0.7% -
HSV(B) 239.6º 0.59% 1% -
XYZ 28.43 19.94 96.12 -
YUV 120.8 203.17 115.3 -
System Red Green Blue C M Y K H S L
Decimal 103 104 254 0.59 0.59 0 0.00 239.6 0.99 0.7
Hex 67 68 FE 3B 3B 0 0 F0 63 46
Octal 147 150 376 73 73 0 0 360 143 106
Binary 1100111 1101000 11111110 111011 111011 0 0 11110000 1100011 1000110

Color Harmonies of #6768FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6768FE

Black with #6768FE

Text Example


Text Example

White with #6768FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6768FE; }

 p { color: rgb(103,104,254); }

 H1.HeaderClassName
 {
   color: #6768FE;
 }
 .AnyTagClassName
 {
   color: #6768FE;
 }
</style>

background-color css

<style>
 a { background-color: #6768FE; }

 a { background-color: rgb(103,104,254); }

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

border-color css

<style>
 span { border-color: #6768FE; }

 span { border-color: rgb(103,104,254); }

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