#62427A

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

Shades of Honey Flower #62427A

Tints of Honey Flower #62427A

Color information

#62427A (or 0x62427A) is unknown color: approx Honey Flower. HEX triplet: 62, 42 and 7A. RGB value is (98,66,122). Sum of RGB (Red+Green+Blue) = 98+66+122=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #62427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427A is #9DBD85. Grayscale: #515151. Windows color (decimal): -10337670 or 8012386. OLE color: 8012386.

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

Color convert

RGB9866122-
CMYK0.200.4600.52
HSL274.29º29.79%36.86%-
HSV(B)274.29º45.9%47.84%-
XYZ10.57.919.38-
YUV81.95150.6139.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=34.27%
G=23.08%
B=42.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98661220.200.4600.52274.2929.7936.86
Hex62427A142E0341121e25
Octal14210217224560644223645
Binary11000101000010111101010100101110011010010001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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