#634272

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

Shades of Honey Flower #634272

Tints of Honey Flower #634272

Color information

#634272 (or 0x634272) is unknown color: approx Honey Flower. HEX triplet: 63, 42 and 72. RGB value is (99,66,114). Sum of RGB (Red+Green+Blue) = 99+66+114=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #634272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634272 is #9CBD8D. Grayscale: #515151. Windows color (decimal): -10272142 or 7488099. OLE color: 7488099.

HSL color Cylindrical-coordinate representation of color #634272: hue angle of 281.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #634272 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9966114-
CMYK0.130.4200.55
HSL281.25º26.67%35.29%-
HSV(B)281.25º42.11%44.71%-
XYZ10.137.7616.88-
YUV81.34146.43140.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=35.48%
G=23.66%
B=40.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99661140.130.4200.55281.2526.6735.29
Hex634272D2A0371191b23
Octal14310216215520674313343
Binary1100011100001011100101101101010011011110001100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634272; }

 p { color: rgb(99,66,114); }

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

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

 a { background-color: rgb(99,66,114); }

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

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

 span { border-color: rgb(99,66,114); }

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