#6760BF

Color #6760BF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6760BF

Tints of Slate Blue #6760BF

Color information

#6760BF (or 0x6760BF) is unknown color: approx Slate Blue. HEX triplet: 67, 60 and BF. RGB value is (103,96,191). Sum of RGB (Red+Green+Blue) = 103+96+191=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6760BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760BF is #989F40. Grayscale: #6C6C6C. Windows color (decimal): -10002241 or 12542055. OLE color: 12542055.

HSL color Cylindrical-coordinate representation of color #6760BF: hue angle of 244.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6760BF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10396191-
CMYK0.460.5000.25
HSL244.42º42.6%56.27%-
HSV(B)244.42º49.74%74.9%-
XYZ19.1815.0151.18-
YUV108.92174.32123.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 191 (75% from 255) = 48.97%
R=26.41%
G=24.62%
B=48.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103961910.460.5000.25244.4242.656.27
Hex6760BF2E32019f42b38
Octal14714027756620313645370
Binary110011111000001011111110111011001001100111110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6760BF;
 }
 .AnyTagClassName
 {
   color: #6760BF;
 }
</style>
background-color css

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

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

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

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

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

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