Html Css Color HEX #6775FA Medium Slate Blue

📋 copy color: '#6775FA'

red 103 ◦ green 117 ◦ blue 250

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

Shades of Medium Slate Blue #6775FA

Tints of Medium Slate Blue #6775FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

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

R = 21.91%
G = 24.89%
B = 53.19%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6775FA (or 0x6775FA) is known color: Medium Slate Blue. HEX triplet: 67, 75 and FA. RGB value is (103,117,250). Sum of RGB (Red+Green+Blue) = 103+117+250=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #6775FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6775FA is #988A05. Grayscale: #7F7F7F. Windows color (decimal): -9996806 or 16414055. OLE color: 16414055.

HSL color Cylindrical-coordinate representation of color #6775FA: hue angle of 234.29º 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 #6775FA is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 117 250 -
CMYK 0.59 0.53 0 0.02
HSL 234.29º 0.94% 0.69% -
HSV(B) 234.29º 0.59% 0.98% -
XYZ 29.21 22.51 93.25 -
YUV 127.98 196.86 110.19 -
System Red Green Blue C M Y K H S L
Decimal 103 117 250 0.59 0.53 0 0.02 234.29 0.94 0.69
Hex 67 75 FA 3B 35 0 2 EA 5E 45
Octal 147 165 372 73 65 0 2 352 136 105
Binary 1100111 1110101 11111010 111011 110101 0 10 11101010 1011110 1000101

Color Harmonies of #6775FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6775FA

Black with #6775FA

Text Example


Text Example

White with #6775FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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