#62456F

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

Shades of Honey Flower #62456F

Tints of Honey Flower #62456F

Color information

#62456F (or 0x62456F) is unknown color: approx Honey Flower. HEX triplet: 62, 45 and 6F. RGB value is (98,69,111). Sum of RGB (Red+Green+Blue) = 98+69+111=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #62456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62456F is #9DBA90. Grayscale: #525252. Windows color (decimal): -10336913 or 7292258. OLE color: 7292258.

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

Color convert

RGB9869111-
CMYK0.120.3800.56
HSL281.43º23.33%35.29%-
HSV(B)281.43º37.84%43.53%-
XYZ10.03816.05-
YUV82.46144.11139.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=35.25%
G=24.82%
B=39.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98691110.120.3800.56281.4323.3335.29
Hex62456FC260381191723
Octal14210515714460704312743
Binary1100010100010111011111100100110011100010001100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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