#694378

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

Shades of Honey Flower #694378

Tints of Honey Flower #694378

Color information

#694378 (or 0x694378) is unknown color: approx Honey Flower. HEX triplet: 69, 43 and 78. RGB value is (105,67,120). Sum of RGB (Red+Green+Blue) = 105+67+120=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #694378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694378 is #96BC87. Grayscale: #545454. Windows color (decimal): -9878664 or 7881577. OLE color: 7881577.

HSL color Cylindrical-coordinate representation of color #694378: hue angle of 283.02º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #694378 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10567120-
CMYK0.130.4400.53
HSL283.02º28.34%36.67%-
HSV(B)283.02º44.17%47.06%-
XYZ11.228.3718.79-
YUV84.4148.09142.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=35.96%
G=22.95%
B=41.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105671200.130.4400.53283.0228.3436.67
Hex694378D2C03511b1c25
Octal15110317015540654333445
Binary1101001100001111110001101101100011010110001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694378; }

 p { color: rgb(105,67,120); }

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

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

 a { background-color: rgb(105,67,120); }

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

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

 span { border-color: rgb(105,67,120); }

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