Html Css Color HEX #6B6CFD Medium Slate Blue

📋 copy color: '#6B6CFD'

red 107 ◦ green 108 ◦ blue 253

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

Shades of Medium Slate Blue #6B6CFD

Tints of Medium Slate Blue #6B6CFD

RGB

 RED value IS 107 (42.19% from 255) = 22.86%

 GREEN value IS 108 (42.58% from 255) = 23.08%

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

R = 22.86%
G = 23.08%
B = 54.06%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B6CFD (or 0x6B6CFD) is known color: Medium Slate Blue. HEX triplet: 6B, 6C and FD. RGB value is (107,108,253). Sum of RGB (Red+Green+Blue) = 107+108+253=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B6CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6CFD is #949302. Grayscale: #7B7B7B. Windows color (decimal): -9736963 or 16608363. OLE color: 16608363.

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

Color convert

RGB 107 108 253 -
CMYK 0.58 0.57 0 0.01
HSL 239.59º 0.97% 0.71% -
HSV(B) 239.59º 0.58% 0.99% -
XYZ 29.16 20.94 95.43 -
YUV 124.23 200.67 115.71 -
System Red Green Blue C M Y K H S L
Decimal 107 108 253 0.58 0.57 0 0.01 239.59 0.97 0.71
Hex 6B 6C FD 3A 39 0 1 F0 61 47
Octal 153 154 375 72 71 0 1 360 141 107
Binary 1101011 1101100 11111101 111010 111001 0 1 11110000 1100001 1000111

Color Harmonies of #6B6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6CFD

Black with #6B6CFD

Text Example


Text Example

White with #6B6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B6CFD; }

 p { color: rgb(107,108,253); }

 H1.HeaderClassName
 {
   color: #6B6CFD;
 }
 .AnyTagClassName
 {
   color: #6B6CFD;
 }
</style>

background-color css

<style>
 a { background-color: #6B6CFD; }

 a { background-color: rgb(107,108,253); }

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

border-color css

<style>
 span { border-color: #6B6CFD; }

 span { border-color: rgb(107,108,253); }

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