#69407C

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

Shades of Honey Flower #69407C

Tints of Honey Flower #69407C

Color information

#69407C (or 0x69407C) is unknown color: approx Honey Flower. HEX triplet: 69, 40 and 7C. RGB value is (105,64,124). Sum of RGB (Red+Green+Blue) = 105+64+124=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #69407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69407C is #96BF83. Grayscale: #525252. Windows color (decimal): -9879428 or 8142953. OLE color: 8142953.

HSL color Cylindrical-coordinate representation of color #69407C: hue angle of 281º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69407C is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10564124-
CMYK0.150.4800.51
HSL281º31.91%36.86%-
HSV(B)281º48.39%48.63%-
XYZ11.38.1320.04-
YUV83.1151.08143.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=35.84%
G=21.84%
B=42.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105641240.150.4800.5128131.9136.86
Hex69407CF300331192025
Octal15110017417600634314045
Binary11010011000000111110011111100000110011100011001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69407C; }

 p { color: rgb(105,64,124); }

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

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

 a { background-color: rgb(105,64,124); }

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

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

 span { border-color: rgb(105,64,124); }

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