#6753BF

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

Shades of Slate Blue #6753BF

Tints of Slate Blue #6753BF

Color information

#6753BF (or 0x6753BF) is unknown color: approx Slate Blue. HEX triplet: 67, 53 and BF. RGB value is (103,83,191). Sum of RGB (Red+Green+Blue) = 103+83+191=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #6753BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6753BF is #98AC40. Grayscale: #646464. Windows color (decimal): -10005569 or 12538727. OLE color: 12538727.

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

Color convert

RGB10383191-
CMYK0.460.5700.25
HSL251.11º45.76%53.73%-
HSV(B)251.11º56.54%74.9%-
XYZ18.0912.8350.81-
YUV101.29178.63129.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 191 (75% from 255) = 50.66%
R=27.32%
G=22.02%
B=50.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103831910.460.5700.25251.1145.7653.73
Hex6753BF2E39019fb2e36
Octal14712327756710313735666
Binary110011110100111011111110111011100101100111111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6753BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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