Html Css Color HEX #6B4ECE Slate Blue

📋 copy color: '#6B4ECE'

red 107 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #6B4ECE

Tints of Slate Blue #6B4ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.95%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 27.37%
G = 19.95%
B = 52.69%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B4ECE (or 0x6B4ECE) is known color: Slate Blue. HEX triplet: 6B, 4E and CE. RGB value is (107,78,206). Sum of RGB (Red+Green+Blue) = 107+78+206=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4ECE is #94B131. Grayscale: #646464. Windows color (decimal): -9744690 or 13520491. OLE color: 13520491.

HSL color Cylindrical-coordinate representation of color #6B4ECE: hue angle of 253.59º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B4ECE is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 78 206 -
CMYK 0.48 0.62 0 0.19
HSL 253.59º 0.57% 0.56% -
HSV(B) 253.59º 0.62% 0.81% -
XYZ 19.93 13.03 59.86 -
YUV 101.26 187.11 132.09 -
System Red Green Blue C M Y K H S L
Decimal 107 78 206 0.48 0.62 0 0.19 253.59 0.57 0.56
Hex 6B 4E CE 30 3E 0 13 FE 39 38
Octal 153 116 316 60 76 0 23 376 71 70
Binary 1101011 1001110 11001110 110000 111110 0 10011 11111110 111001 111000

Color Harmonies of #6B4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4ECE

Black with #6B4ECE

Text Example


Text Example

White with #6B4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,78,206); }

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

background-color css

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

 a { background-color: rgb(107,78,206); }

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

border-color css

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

 span { border-color: rgb(107,78,206); }

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