#674DA3

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

Shades of Studio #674DA3

Tints of Studio #674DA3

Color information

#674DA3 (or 0x674DA3) is unknown color: approx Studio. HEX triplet: 67, 4D and A3. RGB value is (103,77,163). Sum of RGB (Red+Green+Blue) = 103+77+163=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #674DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674DA3 is #98B25C. Grayscale: #5E5E5E. Windows color (decimal): -10007133 or 10702183. OLE color: 10702183.

HSL color Cylindrical-coordinate representation of color #674DA3: hue angle of 258.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674DA3 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10377163-
CMYK0.370.5300.36
HSL258.14º35.83%47.06%-
HSV(B)258.14º52.76%63.92%-
XYZ14.8610.8435.96-
YUV94.58166.61134.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.03%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 163 (64.06% from 255) = 47.52%
R=30.03%
G=22.45%
B=47.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103771630.370.5300.36258.1435.8347.06
Hex674DA32535024102242f
Octal14711524345650444024457
Binary11001111001101101000111001011101010100100100000010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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