Html Css Color HEX #6C4BCE Slate Blue

📋 copy color: '#6C4BCE'

red 108 ◦ green 75 ◦ blue 206

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

Shades of Slate Blue #6C4BCE

Tints of Slate Blue #6C4BCE

RGB

 RED value IS 108 (42.58% from 255) = 27.76%

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 27.76%
G = 19.28%
B = 52.96%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C4BCE (or 0x6C4BCE) is known color: Slate Blue. HEX triplet: 6C, 4B and CE. RGB value is (108,75,206). Sum of RGB (Red+Green+Blue) = 108+75+206=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C4BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BCE is #93B431. Grayscale: #636363. Windows color (decimal): -9679922 or 13519724. OLE color: 13519724.

HSL color Cylindrical-coordinate representation of color #6C4BCE: hue angle of 255.11º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C4BCE is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 75 206 -
CMYK 0.48 0.64 0 0.19
HSL 255.11º 0.57% 0.55% -
HSV(B) 255.11º 0.64% 0.81% -
XYZ 19.84 12.68 59.79 -
YUV 99.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 108 75 206 0.48 0.64 0 0.19 255.11 0.57 0.55
Hex 6C 4B CE 30 40 0 13 FF 39 37
Octal 154 113 316 60 100 0 23 377 71 67
Binary 1101100 1001011 11001110 110000 1000000 0 10011 11111111 111001 110111

Color Harmonies of #6C4BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4BCE

Black with #6C4BCE

Text Example


Text Example

White with #6C4BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,75,206); }

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

background-color css

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

 a { background-color: rgb(108,75,206); }

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

border-color css

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

 span { border-color: rgb(108,75,206); }

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