#62427B

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

Shades of Honey Flower #62427B

Tints of Honey Flower #62427B

Color information

#62427B (or 0x62427B) is unknown color: approx Honey Flower. HEX triplet: 62, 42 and 7B. RGB value is (98,66,123). Sum of RGB (Red+Green+Blue) = 98+66+123=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #62427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427B is #9DBD84. Grayscale: #515151. Windows color (decimal): -10337669 or 8077922. OLE color: 8077922.

HSL color Cylindrical-coordinate representation of color #62427B: hue angle of 273.68º 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 #62427B is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9866123-
CMYK0.200.4600.52
HSL273.68º30.16%37.06%-
HSV(B)273.68º46.34%48.24%-
XYZ10.567.9219.71-
YUV82.07151.1139.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=34.15%
G=23.00%
B=42.86%

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
Decimal98661230.200.4600.52273.6830.1637.06
Hex62427B142E0341121e25
Octal14210217324560644223645
Binary11000101000010111101110100101110011010010001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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