Html Css Color HEX #6765FC Medium Slate Blue

📋 copy color: '#6765FC'

red 103 ◦ green 101 ◦ blue 252

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

Shades of Medium Slate Blue #6765FC

Tints of Medium Slate Blue #6765FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.15%

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

R = 22.59%
G = 22.15%
B = 55.26%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6765FC (or 0x6765FC) is known color: Medium Slate Blue. HEX triplet: 67, 65 and FC. RGB value is (103,101,252). Sum of RGB (Red+Green+Blue) = 103+101+252=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #6765FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6765FC is #989A03. Grayscale: #767676. Windows color (decimal): -10000900 or 16541031. OLE color: 16541031.

HSL color Cylindrical-coordinate representation of color #6765FC: hue angle of 240.79º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6765FC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 101 252 -
CMYK 0.59 0.60 0 0.01
HSL 240.79º 0.96% 0.69% -
HSV(B) 240.79º 0.6% 0.99% -
XYZ 27.82 19.22 94.34 -
YUV 118.81 203.16 116.72 -
System Red Green Blue C M Y K H S L
Decimal 103 101 252 0.59 0.60 0 0.01 240.79 0.96 0.69
Hex 67 65 FC 3B 3C 0 1 F1 60 45
Octal 147 145 374 73 74 0 1 361 140 105
Binary 1100111 1100101 11111100 111011 111100 0 1 11110001 1100000 1000101

Color Harmonies of #6765FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6765FC

Black with #6765FC

Text Example


Text Example

White with #6765FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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