#674BCE

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

Shades of Slate Blue #674BCE

Tints of Slate Blue #674BCE

Color information

#674BCE (or 0x674BCE) is unknown color: approx Slate Blue. HEX triplet: 67, 4B and CE. RGB value is (103,75,206). Sum of RGB (Red+Green+Blue) = 103+75+206=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #674BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BCE is #98B431. Grayscale: #616161. Windows color (decimal): -10007602 or 13519719. OLE color: 13519719.

HSL color Cylindrical-coordinate representation of color #674BCE: hue angle of 252.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674BCE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10375206-
CMYK0.500.6400.19
HSL252.82º57.21%55.1%-
HSV(B)252.82º63.59%80.78%-
XYZ19.2512.3759.77-
YUV98.31188.78131.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 206 (80.86% from 255) = 53.65%
R=26.82%
G=19.53%
B=53.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal103752060.500.6400.19252.8257.2155.1
Hex674BCE3240013fd3937
Octal147113316621000233757167
Binary1100111100101111001110110010100000001001111111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,206); }

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

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

 a { background-color: rgb(103,75,206); }

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

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

 span { border-color: rgb(103,75,206); }

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