Html Css Color HEX #6760FA Medium Slate Blue

📋 copy color: '#6760FA'

red 103 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #6760FA

Tints of Medium Slate Blue #6760FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.38%

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

R = 22.94%
G = 21.38%
B = 55.68%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6760FA (or 0x6760FA) is known color: Medium Slate Blue. HEX triplet: 67, 60 and FA. RGB value is (103,96,250). Sum of RGB (Red+Green+Blue) = 103+96+250=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #6760FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6760FA is #989F05. Grayscale: #737373. Windows color (decimal): -10002182 or 16408679. OLE color: 16408679.

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

Color convert

RGB 103 96 250 -
CMYK 0.59 0.62 0 0.02
HSL 242.73º 0.94% 0.68% -
HSV(B) 242.73º 0.62% 0.98% -
XYZ 27.03 18.15 92.52 -
YUV 115.65 203.82 118.98 -
System Red Green Blue C M Y K H S L
Decimal 103 96 250 0.59 0.62 0 0.02 242.73 0.94 0.68
Hex 67 60 FA 3B 3E 0 2 F3 5E 44
Octal 147 140 372 73 76 0 2 363 136 104
Binary 1100111 1100000 11111010 111011 111110 0 10 11110011 1011110 1000100

Color Harmonies of #6760FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6760FA

Black with #6760FA

Text Example


Text Example

White with #6760FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6760FA; }

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

 H1.HeaderClassName
 {
   color: #6760FA;
 }
 .AnyTagClassName
 {
   color: #6760FA;
 }
</style>

background-color css

<style>
 a { background-color: #6760FA; }

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

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

border-color css

<style>
 span { border-color: #6760FA; }

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

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