Html Css Color HEX #6B66FD Medium Slate Blue

📋 copy color: '#6B66FD'

red 107 ◦ green 102 ◦ blue 253

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

Shades of Medium Slate Blue #6B66FD

Tints of Medium Slate Blue #6B66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

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

R = 23.16%
G = 22.08%
B = 54.76%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B66FD (or 0x6B66FD) is known color: Medium Slate Blue. HEX triplet: 6B, 66 and FD. RGB value is (107,102,253). Sum of RGB (Red+Green+Blue) = 107+102+253=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B66FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B66FD is #949902. Grayscale: #787878. Windows color (decimal): -9738499 or 16606827. OLE color: 16606827.

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

Color convert

RGB 107 102 253 -
CMYK 0.58 0.60 0 0.01
HSL 241.99º 0.97% 0.7% -
HSV(B) 241.99º 0.6% 0.99% -
XYZ 28.54 19.72 95.23 -
YUV 120.71 202.66 118.22 -
System Red Green Blue C M Y K H S L
Decimal 107 102 253 0.58 0.60 0 0.01 241.99 0.97 0.7
Hex 6B 66 FD 3A 3C 0 1 F2 61 46
Octal 153 146 375 72 74 0 1 362 141 106
Binary 1101011 1100110 11111101 111010 111100 0 1 11110010 1100001 1000110

Color Harmonies of #6B66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B66FD

Black with #6B66FD

Text Example


Text Example

White with #6B66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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