Html Css Color HEX #6761FA Medium Slate Blue

📋 copy color: '#6761FA'

red 103 ◦ green 97 ◦ blue 250

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

Shades of Medium Slate Blue #6761FA

Tints of Medium Slate Blue #6761FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.56%

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

R = 22.89%
G = 21.56%
B = 55.56%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6761FA (or 0x6761FA) is known color: Medium Slate Blue. HEX triplet: 67, 61 and FA. RGB value is (103,97,250). Sum of RGB (Red+Green+Blue) = 103+97+250=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #6761FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6761FA is #989E05. Grayscale: #737373. Windows color (decimal): -10001926 or 16408935. OLE color: 16408935.

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

Color convert

RGB 103 97 250 -
CMYK 0.59 0.61 0 0.02
HSL 242.35º 0.94% 0.68% -
HSV(B) 242.35º 0.61% 0.98% -
XYZ 27.12 18.34 92.55 -
YUV 116.24 203.49 118.56 -
System Red Green Blue C M Y K H S L
Decimal 103 97 250 0.59 0.61 0 0.02 242.35 0.94 0.68
Hex 67 61 FA 3B 3D 0 2 F2 5E 44
Octal 147 141 372 73 75 0 2 362 136 104
Binary 1100111 1100001 11111010 111011 111101 0 10 11110010 1011110 1000100

Color Harmonies of #6761FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761FA

Black with #6761FA

Text Example


Text Example

White with #6761FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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