#603A69

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

Shades of Honey Flower #603A69

Tints of Honey Flower #603A69

Color information

#603A69 (or 0x603A69) is unknown color: approx Honey Flower. HEX triplet: 60, 3A and 69. RGB value is (96,58,105). Sum of RGB (Red+Green+Blue) = 96+58+105=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #603A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A69 is #9FC596. Grayscale: #4A4A4A. Windows color (decimal): -10470807 or 6896224. OLE color: 6896224.

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

Color convert

RGB9658105-
CMYK0.090.4500.59
HSL288.51º28.83%31.96%-
HSV(B)288.51º44.76%41.18%-
XYZ8.896.5314.16-
YUV74.72145.09143.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=37.07%
G=22.39%
B=40.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96581050.090.4500.59288.5128.8331.96
Hex603A6992D03B1211d20
Octal1407215111550734413540
Binary110000011101011010011001101101011101110010000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A69; }

 p { color: rgb(96,58,105); }

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

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

 a { background-color: rgb(96,58,105); }

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

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

 span { border-color: rgb(96,58,105); }

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