#674BAA

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

Shades of Studio #674BAA

Tints of Studio #674BAA

Color information

#674BAA (or 0x674BAA) is unknown color: approx Studio. HEX triplet: 67, 4B and AA. RGB value is (103,75,170). Sum of RGB (Red+Green+Blue) = 103+75+170=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #674BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674BAA is #98B455. Grayscale: #5D5D5D. Windows color (decimal): -10007638 or 11160423. OLE color: 11160423.

HSL color Cylindrical-coordinate representation of color #674BAA: hue angle of 257.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674BAA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10375170-
CMYK0.390.5600.33
HSL257.68º38.78%48.04%-
HSV(B)257.68º55.88%66.67%-
XYZ15.3710.8239.31-
YUV94.2170.78134.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=29.60%
G=21.55%
B=48.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103751700.390.5600.33257.6838.7848.04
Hex674BAA27380211022730
Octal14711325247700414024760
Binary11001111001011101010101001111110000100001100000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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