Html Css Color HEX #6B5CDC Slate Blue

📋 copy color: '#6B5CDC'

red 107 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #6B5CDC

Tints of Slate Blue #6B5CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 25.54%
G = 21.96%
B = 52.51%

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

#6B5CDC (or 0x6B5CDC) is known color: Slate Blue. HEX triplet: 6B, 5C and DC. RGB value is (107,92,220). Sum of RGB (Red+Green+Blue) = 107+92+220=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CDC is #94A323. Grayscale: #6E6E6E. Windows color (decimal): -9741092 or 14441579. OLE color: 14441579.

HSL color Cylindrical-coordinate representation of color #6B5CDC: hue angle of 247.03º degrees, saturation: 0.65, 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 #6B5CDC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 92 220 -
CMYK 0.51 0.58 0 0.14
HSL 247.03º 0.65% 0.61% -
HSV(B) 247.03º 0.58% 0.86% -
XYZ 22.81 15.95 69.59 -
YUV 111.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 107 92 220 0.51 0.58 0 0.14 247.03 0.65 0.61
Hex 6B 5C DC 33 3A 0 E F7 41 3D
Octal 153 134 334 63 72 0 16 367 101 75
Binary 1101011 1011100 11011100 110011 111010 0 1110 11110111 1000001 111101

Color Harmonies of #6B5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5CDC

Black with #6B5CDC

Text Example


Text Example

White with #6B5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,92,220); }

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

background-color css

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

 a { background-color: rgb(107,92,220); }

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

border-color css

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

 span { border-color: rgb(107,92,220); }

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