#674DCD

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

Shades of Slate Blue #674DCD

Tints of Slate Blue #674DCD

Color information

#674DCD (or 0x674DCD) is unknown color: approx Slate Blue. HEX triplet: 67, 4D and CD. RGB value is (103,77,205). Sum of RGB (Red+Green+Blue) = 103+77+205=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #674DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DCD is #98B232. Grayscale: #626262. Windows color (decimal): -10007091 or 13454695. OLE color: 13454695.

HSL color Cylindrical-coordinate representation of color #674DCD: hue angle of 252.19º degrees, saturation: 0.56, 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 #674DCD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10377205-
CMYK0.500.6200.20
HSL252.19º56.14%55.29%-
HSV(B)252.19º62.44%80.39%-
XYZ19.2712.659.17-
YUV99.37187.61130.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=26.75%
G=20%
B=53.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal103772050.500.6200.20252.1956.1455.29
Hex674DCD323E014fc3837
Octal14711531562760243747067
Binary110011110011011100110111001011111001010011111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,77,205); }

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

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

 a { background-color: rgb(103,77,205); }

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

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

 span { border-color: rgb(103,77,205); }

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