Html Css Color HEX #6B4DCD Slate Blue

📋 copy color: '#6B4DCD'

red 107 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #6B4DCD

Tints of Slate Blue #6B4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 27.51%
G = 19.79%
B = 52.7%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B4DCD (or 0x6B4DCD) is known color: Slate Blue. HEX triplet: 6B, 4D and CD. RGB value is (107,77,205). Sum of RGB (Red+Green+Blue) = 107+77+205=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4DCD is #94B232. Grayscale: #646464. Windows color (decimal): -9744947 or 13454699. OLE color: 13454699.

HSL color Cylindrical-coordinate representation of color #6B4DCD: hue angle of 254.06º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B4DCD is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 77 205 -
CMYK 0.48 0.62 0 0.20
HSL 254.06º 0.56% 0.55% -
HSV(B) 254.06º 0.62% 0.8% -
XYZ 19.74 12.84 59.2 -
YUV 100.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 107 77 205 0.48 0.62 0 0.20 254.06 0.56 0.55
Hex 6B 4D CD 30 3E 0 14 FE 38 37
Octal 153 115 315 60 76 0 24 376 70 67
Binary 1101011 1001101 11001101 110000 111110 0 10100 11111110 111000 110111

Color Harmonies of #6B4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DCD

Black with #6B4DCD

Text Example


Text Example

White with #6B4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,205); }

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

background-color css

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

 a { background-color: rgb(107,77,205); }

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

border-color css

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

 span { border-color: rgb(107,77,205); }

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