Html Css Color HEX #6756C3 Slate Blue

📋 copy color: '#6756C3'

red 103 ◦ green 86 ◦ blue 195

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

Shades of Slate Blue #6756C3

Tints of Slate Blue #6756C3

RGB

 RED value IS 103 (40.63% from 255) = 26.82%

 GREEN value IS 86 (33.98% from 255) = 22.4%

 BLUE value IS 195 (76.56% from 255) = 50.78%

R = 26.82%
G = 22.4%
B = 50.78%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6756C3 (or 0x6756C3) is known color: Slate Blue. HEX triplet: 67, 56 and C3. RGB value is (103,86,195). Sum of RGB (Red+Green+Blue) = 103+86+195=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #6756C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6756C3 is #98A93C. Grayscale: #676767. Windows color (decimal): -10004797 or 12801639. OLE color: 12801639.

HSL color Cylindrical-coordinate representation of color #6756C3: hue angle of 249.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6756C3 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 103 86 195 -
CMYK 0.47 0.56 0 0.24
HSL 249.36º 0.48% 0.55% -
HSV(B) 249.36º 0.56% 0.76% -
XYZ 18.77 13.48 53.24 -
YUV 103.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 103 86 195 0.47 0.56 0 0.24 249.36 0.48 0.55
Hex 67 56 C3 2F 38 0 18 F9 30 37
Octal 147 126 303 57 70 0 30 371 60 67
Binary 1100111 1010110 11000011 101111 111000 0 11000 11111001 110000 110111

Color Harmonies of #6756C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6756C3

Black with #6756C3

Text Example


Text Example

White with #6756C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6756C3; }

 p { color: rgb(103,86,195); }

 H1.HeaderClassName
 {
   color: #6756C3;
 }
 .AnyTagClassName
 {
   color: #6756C3;
 }
</style>

background-color css

<style>
 a { background-color: #6756C3; }

 a { background-color: rgb(103,86,195); }

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

border-color css

<style>
 span { border-color: #6756C3; }

 span { border-color: rgb(103,86,195); }

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