#674FDD

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

Shades of Slate Blue #674FDD

Tints of Slate Blue #674FDD

Color information

#674FDD (or 0x674FDD) is unknown color: approx Slate Blue. HEX triplet: 67, 4F and DD. RGB value is (103,79,221). Sum of RGB (Red+Green+Blue) = 103+79+221=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #674FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FDD is #98B022. Grayscale: #656565. Windows color (decimal): -10006563 or 14503783. OLE color: 14503783.

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

Color convert

RGB10379221-
CMYK0.530.6400.13
HSL250.14º67.62%58.82%-
HSV(B)250.14º64.25%86.67%-
XYZ21.4413.769.92-
YUV102.36194.95128.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 221 (86.72% from 255) = 54.84%
R=25.56%
G=19.60%
B=54.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103792210.530.6400.13250.1467.6258.82
Hex674FDD35400Dfa443b
Octal1471173356510001537210473
Binary1100111100111111011101110101100000001101111110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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