Html Css Color HEX #6B56DD Slate Blue

📋 copy color: '#6B56DD'

red 107 ◦ green 86 ◦ blue 221

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

Shades of Slate Blue #6B56DD

Tints of Slate Blue #6B56DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 25.85%
G = 20.77%
B = 53.38%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B56DD (or 0x6B56DD) is known color: Slate Blue. HEX triplet: 6B, 56 and DD. RGB value is (107,86,221). Sum of RGB (Red+Green+Blue) = 107+86+221=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B56DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B56DD is #94A922. Grayscale: #6B6B6B. Windows color (decimal): -9742627 or 14505579. OLE color: 14505579.

HSL color Cylindrical-coordinate representation of color #6B56DD: hue angle of 249.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B56DD is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 86 221 -
CMYK 0.52 0.61 0 0.13
HSL 249.33º 0.67% 0.6% -
HSV(B) 249.33º 0.61% 0.87% -
XYZ 22.44 15 70.12 -
YUV 107.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 107 86 221 0.52 0.61 0 0.13 249.33 0.67 0.6
Hex 6B 56 DD 34 3D 0 D F9 43 3C
Octal 153 126 335 64 75 0 15 371 103 74
Binary 1101011 1010110 11011101 110100 111101 0 1101 11111001 1000011 111100

Color Harmonies of #6B56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B56DD

Black with #6B56DD

Text Example


Text Example

White with #6B56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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