#604B6D

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

Shades of Honey Flower #604B6D

Tints of Honey Flower #604B6D

Color information

#604B6D (or 0x604B6D) is unknown color: approx Honey Flower. HEX triplet: 60, 4B and 6D. RGB value is (96,75,109). Sum of RGB (Red+Green+Blue) = 96+75+109=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #604B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B6D is #9FB492. Grayscale: #555555. Windows color (decimal): -10466451 or 7162720. OLE color: 7162720.

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

Color convert

RGB9675109-
CMYK0.120.3100.57
HSL277.06º18.48%36.08%-
HSV(B)277.06º31.19%42.75%-
XYZ10.18.6215.6-
YUV85.16141.46135.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=34.29%
G=26.79%
B=38.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96751090.120.3100.57277.0618.4836.08
Hex604B6DC1F0391151224
Octal14011315514370714252244
Binary110000010010111101101110011111011100110001010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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