#674D9F

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

Shades of Studio #674D9F

Tints of Studio #674D9F

Color information

#674D9F (or 0x674D9F) is unknown color: approx Studio. HEX triplet: 67, 4D and 9F. RGB value is (103,77,159). Sum of RGB (Red+Green+Blue) = 103+77+159=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #674D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D9F is #98B260. Grayscale: #5D5D5D. Windows color (decimal): -10007137 or 10440039. OLE color: 10440039.

HSL color Cylindrical-coordinate representation of color #674D9F: hue angle of 259.02º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674D9F is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10377159-
CMYK0.350.5200.38
HSL259.02º34.75%46.27%-
HSV(B)259.02º51.57%62.35%-
XYZ14.5110.6934.1-
YUV94.12164.61134.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=30.38%
G=22.71%
B=46.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103771590.350.5200.38259.0234.7546.27
Hex674D9F2334026103232e
Octal14711523743640464034356
Binary11001111001101100111111000111101000100110100000011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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