Html Css Color HEX #6B5ED0 Slate Blue

📋 copy color: '#6B5ED0'

red 107 ◦ green 94 ◦ blue 208

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

Shades of Slate Blue #6B5ED0

Tints of Slate Blue #6B5ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.86%

R = 26.16%
G = 22.98%
B = 50.86%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B5ED0 (or 0x6B5ED0) is known color: Slate Blue. HEX triplet: 6B, 5E and D0. RGB value is (107,94,208). Sum of RGB (Red+Green+Blue) = 107+94+208=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #6B5ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ED0 is #94A12F. Grayscale: #6E6E6E. Windows color (decimal): -9740592 or 13655659. OLE color: 13655659.

HSL color Cylindrical-coordinate representation of color #6B5ED0: hue angle of 246.84º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B5ED0 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 94 208 -
CMYK 0.49 0.55 0 0.18
HSL 246.84º 0.55% 0.59% -
HSV(B) 246.84º 0.55% 0.82% -
XYZ 21.45 15.69 61.57 -
YUV 110.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 107 94 208 0.49 0.55 0 0.18 246.84 0.55 0.59
Hex 6B 5E D0 31 37 0 12 F7 37 3B
Octal 153 136 320 61 67 0 22 367 67 73
Binary 1101011 1011110 11010000 110001 110111 0 10010 11110111 110111 111011

Color Harmonies of #6B5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5ED0

Black with #6B5ED0

Text Example


Text Example

White with #6B5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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