#62426F

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

Shades of Honey Flower #62426F

Tints of Honey Flower #62426F

Color information

#62426F (or 0x62426F) is unknown color: approx Honey Flower. HEX triplet: 62, 42 and 6F. RGB value is (98,66,111). Sum of RGB (Red+Green+Blue) = 98+66+111=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #62426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62426F is #9DBD90. Grayscale: #505050. Windows color (decimal): -10337681 or 7291490. OLE color: 7291490.

HSL color Cylindrical-coordinate representation of color #62426F: hue angle of 282.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62426F is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9866111-
CMYK0.120.4100.56
HSL282.67º25.42%34.71%-
HSV(B)282.67º40.54%43.53%-
XYZ9.857.6415.99-
YUV80.7145.1140.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=35.64%
G=24%
B=40.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98661110.120.4100.56282.6725.4234.71
Hex62426FC2903811b1923
Octal14210215714510704333143
Binary1100010100001011011111100101001011100010001101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62426F; }

 p { color: rgb(98,66,111); }

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

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

 a { background-color: rgb(98,66,111); }

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

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

 span { border-color: rgb(98,66,111); }

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