#634B74

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

Shades of Honey Flower #634B74

Tints of Honey Flower #634B74

Color information

#634B74 (or 0x634B74) is unknown color: approx Honey Flower. HEX triplet: 63, 4B and 74. RGB value is (99,75,116). Sum of RGB (Red+Green+Blue) = 99+75+116=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #634B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B74 is #9CB48B. Grayscale: #565656. Windows color (decimal): -10269836 or 7621475. OLE color: 7621475.

HSL color Cylindrical-coordinate representation of color #634B74: hue angle of 275.12º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634B74 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9975116-
CMYK0.150.3500.55
HSL275.12º21.47%37.45%-
HSV(B)275.12º35.34%45.49%-
XYZ10.818.9517.68-
YUV86.85144.45136.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 116 (45.70% from 255) = 40%
R=34.14%
G=25.86%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99751160.150.3500.55275.1221.4737.45
Hex634B74F230371131525
Octal14311316417430674232545
Binary1100011100101111101001111100011011011110001001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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