#674ECC

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

Shades of Slate Blue #674ECC

Tints of Slate Blue #674ECC

Color information

#674ECC (or 0x674ECC) is unknown color: approx Slate Blue. HEX triplet: 67, 4E and CC. RGB value is (103,78,204). Sum of RGB (Red+Green+Blue) = 103+78+204=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #674ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674ECC is #98B133. Grayscale: #636363. Windows color (decimal): -10006836 or 13389415. OLE color: 13389415.

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

Color convert

RGB10378204-
CMYK0.500.6200.2
HSL251.9º55.26%55.29%-
HSV(B)251.9º61.76%80%-
XYZ19.2212.6958.56-
YUV99.84186.78130.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 204 (80.08% from 255) = 52.99%
R=26.75%
G=20.26%
B=52.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal103782040.500.6200.2251.955.2655.29
Hex674ECC323E014fc3737
Octal14711631462760243746767
Binary110011110011101100110011001011111001010011111100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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