#634B71

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

Shades of Honey Flower #634B71

Tints of Honey Flower #634B71

Color information

#634B71 (or 0x634B71) is unknown color: approx Honey Flower. HEX triplet: 63, 4B and 71. RGB value is (99,75,113). Sum of RGB (Red+Green+Blue) = 99+75+113=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #634B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B71 is #9CB48E. Grayscale: #565656. Windows color (decimal): -10269839 or 7424867. OLE color: 7424867.

HSL color Cylindrical-coordinate representation of color #634B71: hue angle of 277.89º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #634B71 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9975113-
CMYK0.120.3400.56
HSL277.89º20.21%36.86%-
HSV(B)277.89º33.63%44.31%-
XYZ10.648.8816.78-
YUV86.51142.95136.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=34.49%
G=26.13%
B=39.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99751130.120.3400.56277.8920.2136.86
Hex634B71C220381161425
Octal14311316114420704262445
Binary1100011100101111100011100100010011100010001011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634B71; }

 p { color: rgb(99,75,113); }

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

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

 a { background-color: rgb(99,75,113); }

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

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

 span { border-color: rgb(99,75,113); }

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