#674F9E

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

Shades of Studio #674F9E

Tints of Studio #674F9E

Color information

#674F9E (or 0x674F9E) is unknown color: approx Studio. HEX triplet: 67, 4F and 9E. RGB value is (103,79,158). Sum of RGB (Red+Green+Blue) = 103+79+158=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #674F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F9E is #98B061. Grayscale: #5E5E5E. Windows color (decimal): -10006626 or 10375015. OLE color: 10375015.

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

Color convert

RGB10379158-
CMYK0.350.5000.38
HSL258.23º33.33%46.47%-
HSV(B)258.23º50%61.96%-
XYZ14.5610.9433.69-
YUV95.18163.45133.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=30.29%
G=23.24%
B=46.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103791580.350.5000.38258.2333.3346.47
Hex674F9E2332026102212e
Octal14711723643620464024156
Binary11001111001111100111101000111100100100110100000010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,79,158); }

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

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

 a { background-color: rgb(103,79,158); }

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

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

 span { border-color: rgb(103,79,158); }

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