Html Css Color HEX #6B5DDB Slate Blue

📋 copy color: '#6B5DDB'

red 107 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #6B5DDB

Tints of Slate Blue #6B5DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 25.54%
G = 22.2%
B = 52.27%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B5DDB (or 0x6B5DDB) is known color: Slate Blue. HEX triplet: 6B, 5D and DB. RGB value is (107,93,219). Sum of RGB (Red+Green+Blue) = 107+93+219=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DDB is #94A224. Grayscale: #6F6F6F. Windows color (decimal): -9740837 or 14376299. OLE color: 14376299.

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

Color convert

RGB 107 93 219 -
CMYK 0.51 0.58 0 0.14
HSL 246.67º 0.64% 0.61% -
HSV(B) 246.67º 0.58% 0.86% -
XYZ 22.76 16.07 68.92 -
YUV 111.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 107 93 219 0.51 0.58 0 0.14 246.67 0.64 0.61
Hex 6B 5D DB 33 3A 0 E F7 40 3D
Octal 153 135 333 63 72 0 16 367 100 75
Binary 1101011 1011101 11011011 110011 111010 0 1110 11110111 1000000 111101

Color Harmonies of #6B5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DDB

Black with #6B5DDB

Text Example


Text Example

White with #6B5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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