#674ddf

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

Shades of Slate Blue #674DDF

Tints of Slate Blue #674DDF

Color information

#674DDF (or 0x674DDF) is unknown color: approx Slate Blue. HEX triplet: 67, 4D and DF. RGB value is (103,77,223). Sum of RGB (Red+Green+Blue) = 103+77+223=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #674DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DDF is #98B220. Grayscale: #646464. Windows color (decimal): -10007073 or 14634343. OLE color: 14634343.

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

Color convert

RGB10377223-
CMYK0.540.6500.13
HSL250.68º69.52%58.82%-
HSV(B)250.68º65.47%87.45%-
XYZ21.5713.5271.28-
YUV101.42196.61129.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 223 (87.5% from 255) = 55.33%
R=25.56%
G=19.11%
B=55.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103772230.540.6500.13250.6869.5258.82
Hex674DDF36410Dfb463b
Octal1471153376610101537310673
Binary1100111100110111011111110110100000101101111110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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