#69417A

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

Shades of Honey Flower #69417A

Tints of Honey Flower #69417A

Color information

#69417A (or 0x69417A) is unknown color: approx Honey Flower. HEX triplet: 69, 41 and 7A. RGB value is (105,65,122). Sum of RGB (Red+Green+Blue) = 105+65+122=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #69417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69417A is #96BE85. Grayscale: #535353. Windows color (decimal): -9879174 or 8012137. OLE color: 8012137.

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

Color convert

RGB10565122-
CMYK0.140.4700.52
HSL282.11º30.48%36.67%-
HSV(B)282.11º46.72%47.84%-
XYZ11.238.1919.4-
YUV83.46149.75143.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=35.96%
G=22.26%
B=41.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105651220.140.4700.52282.1130.4836.67
Hex69417AE2F03411a1e25
Octal15110117216570644323645
Binary1101001100000111110101110101111011010010001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,65,122); }

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

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

 a { background-color: rgb(105,65,122); }

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

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

 span { border-color: rgb(105,65,122); }

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