#674C9C

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

Shades of Studio #674C9C

Tints of Studio #674C9C

Color information

#674C9C (or 0x674C9C) is unknown color: approx Studio. HEX triplet: 67, 4C and 9C. RGB value is (103,76,156). Sum of RGB (Red+Green+Blue) = 103+76+156=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #674C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674C9C is #98B363. Grayscale: #5C5C5C. Windows color (decimal): -10007396 or 10243175. OLE color: 10243175.

HSL color Cylindrical-coordinate representation of color #674C9C: hue angle of 260.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674C9C is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10376156-
CMYK0.340.5100.39
HSL260.25º34.48%45.49%-
HSV(B)260.25º51.28%61.18%-
XYZ14.1810.4532.72-
YUV93.19163.45135-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.75%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=30.75%
G=22.69%
B=46.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103761560.340.5100.39260.2534.4845.49
Hex674C9C2233027104222d
Octal14711423442630474044255
Binary11001111001100100111001000101100110100111100000100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,76,156); }

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

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

 a { background-color: rgb(103,76,156); }

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

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

 span { border-color: rgb(103,76,156); }

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