#68447A

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

Shades of Honey Flower #68447A

Tints of Honey Flower #68447A

Color information

#68447A (or 0x68447A) is unknown color: approx Honey Flower. HEX triplet: 68, 44 and 7A. RGB value is (104,68,122). Sum of RGB (Red+Green+Blue) = 104+68+122=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #68447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68447A is #97BB85. Grayscale: #545454. Windows color (decimal): -9943942 or 8012904. OLE color: 8012904.

HSL color Cylindrical-coordinate representation of color #68447A: hue angle of 280º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68447A is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10468122-
CMYK0.150.4400.52
HSL280º28.42%37.25%-
HSV(B)280º44.26%47.84%-
XYZ11.298.4819.45-
YUV84.92148.93141.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=35.37%
G=23.13%
B=41.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104681220.150.4400.5228028.4237.25
Hex68447AF2C0341181c25
Octal15010417217540644303445
Binary1101000100010011110101111101100011010010001100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68447A; }

 p { color: rgb(104,68,122); }

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

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

 a { background-color: rgb(104,68,122); }

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

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

 span { border-color: rgb(104,68,122); }

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