Html Css Color HEX #6774FE Medium Slate Blue

📋 copy color: '#6774FE'

red 103 ◦ green 116 ◦ blue 254

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

Shades of Medium Slate Blue #6774FE

Tints of Medium Slate Blue #6774FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

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

R = 21.78%
G = 24.52%
B = 53.7%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6774FE (or 0x6774FE) is known color: Medium Slate Blue. HEX triplet: 67, 74 and FE. RGB value is (103,116,254). Sum of RGB (Red+Green+Blue) = 103+116+254=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #6774FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6774FE is #988B01. Grayscale: #7F7F7F. Windows color (decimal): -9997058 or 16675943. OLE color: 16675943.

HSL color Cylindrical-coordinate representation of color #6774FE: hue angle of 234.83º 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 #6774FE is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 116 254 -
CMYK 0.59 0.54 0 0.00
HSL 234.83º 0.99% 0.7% -
HSV(B) 234.83º 0.59% 1% -
XYZ 29.73 22.53 96.55 -
YUV 127.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 103 116 254 0.59 0.54 0 0.00 234.83 0.99 0.7
Hex 67 74 FE 3B 36 0 0 EB 63 46
Octal 147 164 376 73 66 0 0 353 143 106
Binary 1100111 1110100 11111110 111011 110110 0 0 11101011 1100011 1000110

Color Harmonies of #6774FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6774FE

Black with #6774FE

Text Example


Text Example

White with #6774FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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