Html Css Color HEX #6B4DC6 Slate Blue

📋 copy color: '#6B4DC6'

red 107 ◦ green 77 ◦ blue 198

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

Shades of Slate Blue #6B4DC6

Tints of Slate Blue #6B4DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.83%

R = 28.01%
G = 20.16%
B = 51.83%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6B4DC6 (or 0x6B4DC6) is known color: Slate Blue. HEX triplet: 6B, 4D and C6. RGB value is (107,77,198). Sum of RGB (Red+Green+Blue) = 107+77+198=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #6B4DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4DC6 is #94B239. Grayscale: #636363. Windows color (decimal): -9744954 or 12995947. OLE color: 12995947.

HSL color Cylindrical-coordinate representation of color #6B4DC6: hue angle of 254.88º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B4DC6 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 77 198 -
CMYK 0.46 0.61 0 0.22
HSL 254.88º 0.51% 0.54% -
HSV(B) 254.88º 0.61% 0.78% -
XYZ 18.91 12.51 54.84 -
YUV 99.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 107 77 198 0.46 0.61 0 0.22 254.88 0.51 0.54
Hex 6B 4D C6 2E 3D 0 16 FF 33 36
Octal 153 115 306 56 75 0 26 377 63 66
Binary 1101011 1001101 11000110 101110 111101 0 10110 11111111 110011 110110

Color Harmonies of #6B4DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DC6

Black with #6B4DC6

Text Example


Text Example

White with #6B4DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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