#604B6A

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

Shades of Honey Flower #604B6A

Tints of Honey Flower #604B6A

Color information

#604B6A (or 0x604B6A) is unknown color: approx Honey Flower. HEX triplet: 60, 4B and 6A. RGB value is (96,75,106). Sum of RGB (Red+Green+Blue) = 96+75+106=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #604B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B6A is #9FB495. Grayscale: #545454. Windows color (decimal): -10466454 or 6966112. OLE color: 6966112.

HSL color Cylindrical-coordinate representation of color #604B6A: hue angle of 280.65º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604B6A is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9675106-
CMYK0.090.2900.58
HSL280.65º17.13%35.49%-
HSV(B)280.65º29.25%41.57%-
XYZ9.948.5614.76-
YUV84.81139.96135.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=34.66%
G=27.08%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96751060.090.2900.58280.6517.1335.49
Hex604B6A91D03A1191123
Octal14011315211350724312143
Binary110000010010111101010100111101011101010001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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