Html Css Color HEX #6756BF Slate Blue

📋 copy color: '#6756BF'

red 103 ◦ green 86 ◦ blue 191

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

Shades of Slate Blue #6756BF

Tints of Slate Blue #6756BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 27.11%
G = 22.63%
B = 50.26%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6756BF (or 0x6756BF) is known color: Slate Blue. HEX triplet: 67, 56 and BF. RGB value is (103,86,191). Sum of RGB (Red+Green+Blue) = 103+86+191=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #6756BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6756BF is #98A940. Grayscale: #666666. Windows color (decimal): -10004801 or 12539495. OLE color: 12539495.

HSL color Cylindrical-coordinate representation of color #6756BF: hue angle of 249.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6756BF is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 86 191 -
CMYK 0.46 0.55 0 0.25
HSL 249.71º 0.45% 0.54% -
HSV(B) 249.71º 0.55% 0.75% -
XYZ 18.33 13.3 50.89 -
YUV 103.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 103 86 191 0.46 0.55 0 0.25 249.71 0.45 0.54
Hex 67 56 BF 2E 37 0 19 FA 2D 36
Octal 147 126 277 56 67 0 31 372 55 66
Binary 1100111 1010110 10111111 101110 110111 0 11001 11111010 101101 110110

Color Harmonies of #6756BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6756BF

Black with #6756BF

Text Example


Text Example

White with #6756BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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