Html Css Color HEX #6B56DB Slate Blue

📋 copy color: '#6B56DB'

red 107 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #6B56DB

Tints of Slate Blue #6B56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.87%

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

R = 25.97%
G = 20.87%
B = 53.16%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B56DB (or 0x6B56DB) is known color: Slate Blue. HEX triplet: 6B, 56 and DB. RGB value is (107,86,219). Sum of RGB (Red+Green+Blue) = 107+86+219=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B56DB is #94A924. Grayscale: #6A6A6A. Windows color (decimal): -9742629 or 14374507. OLE color: 14374507.

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

Color convert

RGB 107 86 219 -
CMYK 0.51 0.61 0 0.14
HSL 249.47º 0.65% 0.6% -
HSV(B) 249.47º 0.61% 0.86% -
XYZ 22.18 14.9 68.72 -
YUV 107.44 190.96 127.69 -
System Red Green Blue C M Y K H S L
Decimal 107 86 219 0.51 0.61 0 0.14 249.47 0.65 0.6
Hex 6B 56 DB 33 3D 0 E F9 41 3C
Octal 153 126 333 63 75 0 16 371 101 74
Binary 1101011 1010110 11011011 110011 111101 0 1110 11111001 1000001 111100

Color Harmonies of #6B56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B56DB

Black with #6B56DB

Text Example


Text Example

White with #6B56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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