#674C98

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

Shades of Butterfly Bush #674C98

Tints of Butterfly Bush #674C98

Color information

#674C98 (or 0x674C98) is unknown color: approx Butterfly Bush. HEX triplet: 67, 4C and 98. RGB value is (103,76,152). Sum of RGB (Red+Green+Blue) = 103+76+152=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #674C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674C98 is #98B367. Grayscale: #5C5C5C. Windows color (decimal): -10007400 or 9981031. OLE color: 9981031.

HSL color Cylindrical-coordinate representation of color #674C98: hue angle of 261.32º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674C98 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10376152-
CMYK0.320.5000.40
HSL261.32º33.33%44.71%-
HSV(B)261.32º50%59.61%-
XYZ13.8510.3230.97-
YUV92.74161.45135.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=31.12%
G=22.96%
B=45.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103761520.320.5000.40261.3233.3344.71
Hex674C982032028105212d
Octal14711423040620504054155
Binary11001111001100100110001000001100100101000100000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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