#624A7A

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

Shades of Honey Flower #624A7A

Tints of Honey Flower #624A7A

Color information

#624A7A (or 0x624A7A) is unknown color: approx Honey Flower. HEX triplet: 62, 4A and 7A. RGB value is (98,74,122). Sum of RGB (Red+Green+Blue) = 98+74+122=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 74 (29.30% from 255 or 25.17% 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 #624A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A7A is #9DB585. Grayscale: #565656. Windows color (decimal): -10335622 or 8014434. OLE color: 8014434.

HSL color Cylindrical-coordinate representation of color #624A7A: hue angle of 270º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #624A7A is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9874122-
CMYK0.200.3900.52
HSL270º24.49%38.43%-
HSV(B)270º39.34%47.84%-
XYZ118.919.55-
YUV86.65147.95136.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.33%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=33.33%
G=25.17%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98741220.200.3900.5227024.4938.43
Hex624A7A142703410e1826
Octal14211217224470644163046
Binary11000101001010111101010100100111011010010000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624A7A; }

 p { color: rgb(98,74,122); }

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

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

 a { background-color: rgb(98,74,122); }

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

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

 span { border-color: rgb(98,74,122); }

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