#674BA4

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

Shades of Studio #674BA4

Tints of Studio #674BA4

Color information

#674BA4 (or 0x674BA4) is unknown color: approx Studio. HEX triplet: 67, 4B and A4. RGB value is (103,75,164). Sum of RGB (Red+Green+Blue) = 103+75+164=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #674BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BA4 is #98B45B. Grayscale: #5D5D5D. Windows color (decimal): -10007644 or 10767207. OLE color: 10767207.

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

Color convert

RGB10375164-
CMYK0.370.5400.36
HSL258.88º37.24%46.86%-
HSV(B)258.88º54.27%64.31%-
XYZ14.8110.636.39-
YUV93.52167.78134.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 164 (64.45% from 255) = 47.95%
R=30.12%
G=21.93%
B=47.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103751640.370.5400.36258.8837.2446.86
Hex674BA42536024103252f
Octal14711324445660444034557
Binary11001111001011101001001001011101100100100100000011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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