Html Css Color HEX #6B4FCD Slate Blue

📋 copy color: '#6B4FCD'

red 107 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #6B4FCD

Tints of Slate Blue #6B4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.2%

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

R = 27.37%
G = 20.2%
B = 52.43%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B4FCD (or 0x6B4FCD) is known color: Slate Blue. HEX triplet: 6B, 4F and CD. RGB value is (107,79,205). Sum of RGB (Red+Green+Blue) = 107+79+205=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4FCD is #94B032. Grayscale: #656565. Windows color (decimal): -9744435 or 13455211. OLE color: 13455211.

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

Color convert

RGB 107 79 205 -
CMYK 0.48 0.61 0 0.20
HSL 253.33º 0.56% 0.56% -
HSV(B) 253.33º 0.61% 0.8% -
XYZ 19.88 13.13 59.24 -
YUV 101.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 107 79 205 0.48 0.61 0 0.20 253.33 0.56 0.56
Hex 6B 4F CD 30 3D 0 14 FD 38 38
Octal 153 117 315 60 75 0 24 375 70 70
Binary 1101011 1001111 11001101 110000 111101 0 10100 11111101 111000 111000

Color Harmonies of #6B4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FCD

Black with #6B4FCD

Text Example


Text Example

White with #6B4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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