Html Css Color HEX #6769FE Medium Slate Blue

📋 copy color: '#6769FE'

red 103 ◦ green 105 ◦ blue 254

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

Shades of Medium Slate Blue #6769FE

Tints of Medium Slate Blue #6769FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.73%

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

R = 22.29%
G = 22.73%
B = 54.98%

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

#6769FE (or 0x6769FE) is known color: Medium Slate Blue. HEX triplet: 67, 69 and FE. RGB value is (103,105,254). Sum of RGB (Red+Green+Blue) = 103+105+254=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #6769FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6769FE is #989601. Grayscale: #787878. Windows color (decimal): -9999874 or 16673127. OLE color: 16673127.

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

Color convert

RGB 103 105 254 -
CMYK 0.59 0.59 0 0.00
HSL 239.21º 0.99% 0.7% -
HSV(B) 239.21º 0.59% 1% -
XYZ 28.53 20.14 96.15 -
YUV 121.39 202.84 114.88 -
System Red Green Blue C M Y K H S L
Decimal 103 105 254 0.59 0.59 0 0.00 239.21 0.99 0.7
Hex 67 69 FE 3B 3B 0 0 EF 63 46
Octal 147 151 376 73 73 0 0 357 143 106
Binary 1100111 1101001 11111110 111011 111011 0 0 11101111 1100011 1000110

Color Harmonies of #6769FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6769FE

Black with #6769FE

Text Example


Text Example

White with #6769FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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