#603370

Color #603370 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #603370

Tints of Honey Flower #603370

Color information

#603370 (or 0x603370) is unknown color: approx Honey Flower. HEX triplet: 60, 33 and 70. RGB value is (96,51,112). Sum of RGB (Red+Green+Blue) = 96+51+112=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #603370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603370 is #9FCC8F. Grayscale: #474747. Windows color (decimal): -10472592 or 7353184. OLE color: 7353184.

HSL color Cylindrical-coordinate representation of color #603370: hue angle of 284.26º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603370 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9651112-
CMYK0.140.5400.56
HSL284.26º37.42%31.96%-
HSV(B)284.26º54.46%43.92%-
XYZ8.936.0216.02-
YUV71.41150.91145.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=37.07%
G=19.69%
B=43.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96511120.140.5400.56284.2637.4231.96
Hex603370E3603811c2520
Octal1406316016660704344540
Binary1100000110011111000011101101100111000100011100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603370; }

 p { color: rgb(96,51,112); }

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

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

 a { background-color: rgb(96,51,112); }

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

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

 span { border-color: rgb(96,51,112); }

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