#674ddd

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

Shades of Slate Blue #674DDD

Tints of Slate Blue #674DDD

Color information

#674DDD (or 0x674DDD) is unknown color: approx Slate Blue. HEX triplet: 67, 4D and DD. RGB value is (103,77,221). Sum of RGB (Red+Green+Blue) = 103+77+221=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #674DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DDD is #98B222. Grayscale: #646464. Windows color (decimal): -10007075 or 14503271. OLE color: 14503271.

HSL color Cylindrical-coordinate representation of color #674DDD: hue angle of 250.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674DDD is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10377221-
CMYK0.530.6500.13
HSL250.83º67.92%58.43%-
HSV(B)250.83º65.16%86.67%-
XYZ21.313.4169.87-
YUV101.19195.61129.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 77 (30.47% from 255) = 19.20%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=25.69%
G=19.20%
B=55.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103772210.530.6500.13250.8367.9258.43
Hex674DDD35410Dfb443a
Octal1471153356510101537310472
Binary1100111100110111011101110101100000101101111110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674ddd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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