Html Css Color HEX #6C6BFA Medium Slate Blue

📋 copy color: '#6C6BFA'

red 108 ◦ green 107 ◦ blue 250

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

Shades of Medium Slate Blue #6C6BFA

Tints of Medium Slate Blue #6C6BFA

RGB

 RED value IS 108 (42.58% from 255) = 23.23%

 GREEN value IS 107 (42.19% from 255) = 23.01%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 23.23%
G = 23.01%
B = 53.76%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C6BFA (or 0x6C6BFA) is known color: Medium Slate Blue. HEX triplet: 6C, 6B and FA. RGB value is (108,107,250). Sum of RGB (Red+Green+Blue) = 108+107+250=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C6BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6BFA is #939405. Grayscale: #7B7B7B. Windows color (decimal): -9671686 or 16411500. OLE color: 16411500.

HSL color Cylindrical-coordinate representation of color #6C6BFA: hue angle of 240.42º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C6BFA is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 107 250 -
CMYK 0.57 0.57 0 0.02
HSL 240.42º 0.93% 0.7% -
HSV(B) 240.42º 0.57% 0.98% -
XYZ 28.7 20.61 92.91 -
YUV 123.6 199.33 116.87 -
System Red Green Blue C M Y K H S L
Decimal 108 107 250 0.57 0.57 0 0.02 240.42 0.93 0.7
Hex 6C 6B FA 39 39 0 2 F0 5D 46
Octal 154 153 372 71 71 0 2 360 135 106
Binary 1101100 1101011 11111010 111001 111001 0 10 11110000 1011101 1000110

Color Harmonies of #6C6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6BFA

Black with #6C6BFA

Text Example


Text Example

White with #6C6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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