Html Css Color HEX #6B5DE0 Slate Blue

📋 copy color: '#6B5DE0'

red 107 ◦ green 93 ◦ blue 224

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

Shades of Slate Blue #6B5DE0

Tints of Slate Blue #6B5DE0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 25.24%
G = 21.93%
B = 52.83%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6B5DE0 (or 0x6B5DE0) is known color: Slate Blue. HEX triplet: 6B, 5D and E0. RGB value is (107,93,224). Sum of RGB (Red+Green+Blue) = 107+93+224=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #6B5DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DE0 is #94A21F. Grayscale: #6F6F6F. Windows color (decimal): -9740832 or 14703979. OLE color: 14703979.

HSL color Cylindrical-coordinate representation of color #6B5DE0: hue angle of 246.41º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B5DE0 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 93 224 -
CMYK 0.52 0.58 0 0.12
HSL 246.41º 0.68% 0.62% -
HSV(B) 246.41º 0.58% 0.88% -
XYZ 23.43 16.34 72.44 -
YUV 112.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 107 93 224 0.52 0.58 0 0.12 246.41 0.68 0.62
Hex 6B 5D E0 34 3A 0 C F6 44 3E
Octal 153 135 340 64 72 0 14 366 104 76
Binary 1101011 1011101 11100000 110100 111010 0 1100 11110110 1000100 111110

Color Harmonies of #6B5DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DE0

Black with #6B5DE0

Text Example


Text Example

White with #6B5DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,93,224); }

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

background-color css

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

 a { background-color: rgb(107,93,224); }

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

border-color css

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

 span { border-color: rgb(107,93,224); }

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