#604B6C

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

Shades of Honey Flower #604B6C

Tints of Honey Flower #604B6C

Color information

#604B6C (or 0x604B6C) is unknown color: approx Honey Flower. HEX triplet: 60, 4B and 6C. RGB value is (96,75,108). Sum of RGB (Red+Green+Blue) = 96+75+108=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #604B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B6C is #9FB493. Grayscale: #545454. Windows color (decimal): -10466452 or 7097184. OLE color: 7097184.

HSL color Cylindrical-coordinate representation of color #604B6C: hue angle of 278.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604B6C is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9675108-
CMYK0.110.3100.58
HSL278.18º18.03%35.88%-
HSV(B)278.18º30.56%42.35%-
XYZ10.058.615.32-
YUV85.04140.96135.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=34.41%
G=26.88%
B=38.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96751080.110.3100.58278.1818.0335.88
Hex604B6CB1F03A1161224
Octal14011315413370724262244
Binary110000010010111101100101111111011101010001011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604B6C; }

 p { color: rgb(96,75,108); }

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

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

 a { background-color: rgb(96,75,108); }

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

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

 span { border-color: rgb(96,75,108); }

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