Html Css Color HEX #6B5EDC Slate Blue

📋 copy color: '#6B5EDC'

red 107 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #6B5EDC

Tints of Slate Blue #6B5EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.33%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 25.42%
G = 22.33%
B = 52.26%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B5EDC (or 0x6B5EDC) is known color: Slate Blue. HEX triplet: 6B, 5E and DC. RGB value is (107,94,220). Sum of RGB (Red+Green+Blue) = 107+94+220=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B5EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5EDC is #94A123. Grayscale: #6F6F6F. Windows color (decimal): -9740580 or 14442091. OLE color: 14442091.

HSL color Cylindrical-coordinate representation of color #6B5EDC: hue angle of 246.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B5EDC is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 94 220 -
CMYK 0.51 0.57 0 0.14
HSL 246.19º 0.64% 0.62% -
HSV(B) 246.19º 0.57% 0.86% -
XYZ 22.98 16.3 69.64 -
YUV 112.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 107 94 220 0.51 0.57 0 0.14 246.19 0.64 0.62
Hex 6B 5E DC 33 39 0 E F6 40 3E
Octal 153 136 334 63 71 0 16 366 100 76
Binary 1101011 1011110 11011100 110011 111001 0 1110 11110110 1000000 111110

Color Harmonies of #6B5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5EDC

Black with #6B5EDC

Text Example


Text Example

White with #6B5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,94,220); }

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

background-color css

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

 a { background-color: rgb(107,94,220); }

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

border-color css

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

 span { border-color: rgb(107,94,220); }

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