#675BD0

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

Shades of Slate Blue #675BD0

Tints of Slate Blue #675BD0

Color information

#675BD0 (or 0x675BD0) is unknown color: approx Slate Blue. HEX triplet: 67, 5B and D0. RGB value is (103,91,208). Sum of RGB (Red+Green+Blue) = 103+91+208=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #675BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BD0 is #98A42F. Grayscale: #6B6B6B. Windows color (decimal): -10003504 or 13654887. OLE color: 13654887.

HSL color Cylindrical-coordinate representation of color #675BD0: hue angle of 246.15º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675BD0 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10391208-
CMYK0.500.5600.18
HSL246.15º55.45%58.63%-
HSV(B)246.15º56.25%81.57%-
XYZ20.7214.9261.46-
YUV107.93184.48124.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.62%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 208 (81.64% from 255) = 51.74%
R=25.62%
G=22.64%
B=51.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal103912080.500.5600.18246.1555.4558.63
Hex675BD03238012f6373b
Octal14713332062700223666773
Binary110011110110111101000011001011100001001011110110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675BD0; }

 p { color: rgb(103,91,208); }

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

<style>
 a { background-color: #675BD0; }

 a { background-color: rgb(103,91,208); }

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

<style>
 span { border-color: #675BD0; }

 span { border-color: rgb(103,91,208); }

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