Html Css Color HEX #6769FD Medium Slate Blue

📋 copy color: '#6769FD'

red 103 ◦ green 105 ◦ blue 253

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

Shades of Medium Slate Blue #6769FD

Tints of Medium Slate Blue #6769FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 22.34%
G = 22.78%
B = 54.88%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6769FD (or 0x6769FD) is known color: Medium Slate Blue. HEX triplet: 67, 69 and FD. RGB value is (103,105,253). Sum of RGB (Red+Green+Blue) = 103+105+253=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #6769FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6769FD is #989602. Grayscale: #787878. Windows color (decimal): -9999875 or 16607591. OLE color: 16607591.

HSL color Cylindrical-coordinate representation of color #6769FD: hue angle of 239.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6769FD is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 105 253 -
CMYK 0.59 0.58 0 0.01
HSL 239.2º 0.97% 0.7% -
HSV(B) 239.2º 0.59% 0.99% -
XYZ 28.37 20.08 95.31 -
YUV 121.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 103 105 253 0.59 0.58 0 0.01 239.2 0.97 0.7
Hex 67 69 FD 3B 3A 0 1 EF 61 46
Octal 147 151 375 73 72 0 1 357 141 106
Binary 1100111 1101001 11111101 111011 111010 0 1 11101111 1100001 1000110

Color Harmonies of #6769FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6769FD

Black with #6769FD

Text Example


Text Example

White with #6769FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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