#675ECC

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

Shades of Slate Blue #675ECC

Tints of Slate Blue #675ECC

Color information

#675ECC (or 0x675ECC) is unknown color: approx Slate Blue. HEX triplet: 67, 5E and CC. RGB value is (103,94,204). Sum of RGB (Red+Green+Blue) = 103+94+204=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #675ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ECC is #98A133. Grayscale: #6C6C6C. Windows color (decimal): -10002740 or 13393511. OLE color: 13393511.

HSL color Cylindrical-coordinate representation of color #675ECC: hue angle of 244.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675ECC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10394204-
CMYK0.500.5400.2
HSL244.91º51.89%58.43%-
HSV(B)244.91º53.92%80%-
XYZ20.515.2558.99-
YUV109.23181.48123.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=25.69%
G=23.44%
B=50.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal103942040.500.5400.2244.9151.8958.43
Hex675ECC3236014f5343a
Octal14713631462660243656472
Binary110011110111101100110011001011011001010011110101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,94,204); }

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

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

 a { background-color: rgb(103,94,204); }

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

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

 span { border-color: rgb(103,94,204); }

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