Html Css Color HEX #6B6CFC Medium Slate Blue

📋 copy color: '#6B6CFC'

red 107 ◦ green 108 ◦ blue 252

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

Shades of Medium Slate Blue #6B6CFC

Tints of Medium Slate Blue #6B6CFC

RGB

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

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

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

R = 22.91%
G = 23.13%
B = 53.96%

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

#6B6CFC (or 0x6B6CFC) is known color: Medium Slate Blue. HEX triplet: 6B, 6C and FC. RGB value is (107,108,252). Sum of RGB (Red+Green+Blue) = 107+108+252=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B6CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6CFC is #949303. Grayscale: #7B7B7B. Windows color (decimal): -9736964 or 16542827. OLE color: 16542827.

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

Color convert

RGB 107 108 252 -
CMYK 0.58 0.57 0 0.01
HSL 239.59º 0.96% 0.7% -
HSV(B) 239.59º 0.58% 0.99% -
XYZ 29 20.88 94.6 -
YUV 124.12 200.17 115.79 -
System Red Green Blue C M Y K H S L
Decimal 107 108 252 0.58 0.57 0 0.01 239.59 0.96 0.7
Hex 6B 6C FC 3A 39 0 1 F0 60 46
Octal 153 154 374 72 71 0 1 360 140 106
Binary 1101011 1101100 11111100 111010 111001 0 1 11110000 1100000 1000110

Color Harmonies of #6B6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6CFC

Black with #6B6CFC

Text Example


Text Example

White with #6B6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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