#674B9F

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

Shades of Studio #674B9F

Tints of Studio #674B9F

Color information

#674B9F (or 0x674B9F) is unknown color: approx Studio. HEX triplet: 67, 4B and 9F. RGB value is (103,75,159). Sum of RGB (Red+Green+Blue) = 103+75+159=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #674B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674B9F is #98B460. Grayscale: #5C5C5C. Windows color (decimal): -10007649 or 10439527. OLE color: 10439527.

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

Color convert

RGB10375159-
CMYK0.350.5300.38
HSL260º35.9%45.88%-
HSV(B)260º52.83%62.35%-
XYZ14.3710.4234.05-
YUV92.95165.28135.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=30.56%
G=22.26%
B=47.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103751590.350.5300.3826035.945.88
Hex674B9F2335026104242e
Octal14711323743650464044456
Binary11001111001011100111111000111101010100110100000100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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