#674D9D

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

Shades of Studio #674D9D

Tints of Studio #674D9D

Color information

#674D9D (or 0x674D9D) is unknown color: approx Studio. HEX triplet: 67, 4D and 9D. RGB value is (103,77,157). Sum of RGB (Red+Green+Blue) = 103+77+157=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #674D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D9D is #98B262. Grayscale: #5D5D5D. Windows color (decimal): -10007139 or 10308967. OLE color: 10308967.

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

Color convert

RGB10377157-
CMYK0.340.5100.38
HSL259.5º34.19%45.88%-
HSV(B)259.5º50.96%61.57%-
XYZ14.3310.6333.19-
YUV93.89163.61134.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=30.56%
G=22.85%
B=46.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103771570.340.5100.38259.534.1945.88
Hex674D9D2233026104222e
Octal14711523542630464044256
Binary11001111001101100111011000101100110100110100000100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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