#6761BF

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

Shades of Slate Blue #6761BF

Tints of Slate Blue #6761BF

Color information

#6761BF (or 0x6761BF) is unknown color: approx Slate Blue. HEX triplet: 67, 61 and BF. RGB value is (103,97,191). Sum of RGB (Red+Green+Blue) = 103+97+191=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6761BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761BF is #989E40. Grayscale: #6D6D6D. Windows color (decimal): -10001985 or 12542311. OLE color: 12542311.

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

Color convert

RGB10397191-
CMYK0.460.4900.25
HSL243.83º42.34%56.47%-
HSV(B)243.83º49.21%74.9%-
XYZ19.2715.1951.21-
YUV109.51173.99123.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.34%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 191 (75% from 255) = 48.85%
R=26.34%
G=24.81%
B=48.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103971910.460.4900.25243.8342.3456.47
Hex6761BF2E31019f42a38
Octal14714127756610313645270
Binary110011111000011011111110111011000101100111110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6761BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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