#623074

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

Shades of Honey Flower #623074

Tints of Honey Flower #623074

Color information

#623074 (or 0x623074) is unknown color: approx Honey Flower. HEX triplet: 62, 30 and 74. RGB value is (98,48,116). Sum of RGB (Red+Green+Blue) = 98+48+116=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #623074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623074 is #9DCF8B. Grayscale: #464646. Windows color (decimal): -10342284 or 7614562. OLE color: 7614562.

HSL color Cylindrical-coordinate representation of color #623074: hue angle of 284.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #623074 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9848116-
CMYK0.160.5900.55
HSL284.12º41.46%32.16%-
HSV(B)284.12º58.62%45.49%-
XYZ9.255.9717.19-
YUV70.7153.56147.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=37.40%
G=18.32%
B=44.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98481160.160.5900.55284.1241.4632.16
Hex623074103B03711c2920
Octal1426016420730674345140
Binary11000101100001110100100001110110110111100011100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623074; }

 p { color: rgb(98,48,116); }

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

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

 a { background-color: rgb(98,48,116); }

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

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

 span { border-color: rgb(98,48,116); }

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