#675CDF

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

Shades of Slate Blue #675CDF

Tints of Slate Blue #675CDF

Color information

#675CDF (or 0x675CDF) is unknown color: approx Slate Blue. HEX triplet: 67, 5C and DF. RGB value is (103,92,223). Sum of RGB (Red+Green+Blue) = 103+92+223=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #675CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CDF is #98A320. Grayscale: #6D6D6D. Windows color (decimal): -10003233 or 14638183. OLE color: 14638183.

HSL color Cylindrical-coordinate representation of color #675CDF: hue angle of 245.04º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #675CDF is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10392223-
CMYK0.540.5900.13
HSL245.04º67.18%61.76%-
HSV(B)245.04º58.74%87.45%-
XYZ22.7415.8771.68-
YUV110.22191.64122.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.64%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=24.64%
G=22.01%
B=53.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103922230.540.5900.13245.0467.1861.76
Hex675CDF363B0Df5433e
Octal147134337667301536510376
Binary110011110111001101111111011011101101101111101011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,92,223); }

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

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

 a { background-color: rgb(103,92,223); }

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

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

 span { border-color: rgb(103,92,223); }

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