Html Css Color HEX #6769FC Medium Slate Blue

📋 copy color: '#6769FC'

red 103 ◦ green 105 ◦ blue 252

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

Shades of Medium Slate Blue #6769FC

Tints of Medium Slate Blue #6769FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 22.39%
G = 22.83%
B = 54.78%

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

#6769FC (or 0x6769FC) is known color: Medium Slate Blue. HEX triplet: 67, 69 and FC. RGB value is (103,105,252). Sum of RGB (Red+Green+Blue) = 103+105+252=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #6769FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6769FC is #989603. Grayscale: #787878. Windows color (decimal): -9999876 or 16542055. OLE color: 16542055.

HSL color Cylindrical-coordinate representation of color #6769FC: hue angle of 239.19º degrees, saturation: 0.96, 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 #6769FC is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 105 252 -
CMYK 0.59 0.58 0 0.01
HSL 239.19º 0.96% 0.7% -
HSV(B) 239.19º 0.59% 0.99% -
XYZ 28.22 20.01 94.47 -
YUV 121.16 201.84 115.05 -
System Red Green Blue C M Y K H S L
Decimal 103 105 252 0.59 0.58 0 0.01 239.19 0.96 0.7
Hex 67 69 FC 3B 3A 0 1 EF 60 46
Octal 147 151 374 73 72 0 1 357 140 106
Binary 1100111 1101001 11111100 111011 111010 0 1 11101111 1100000 1000110

Color Harmonies of #6769FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6769FC

Black with #6769FC

Text Example


Text Example

White with #6769FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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