#634875

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

Shades of Honey Flower #634875

Tints of Honey Flower #634875

Color information

#634875 (or 0x634875) is unknown color: approx Honey Flower. HEX triplet: 63, 48 and 75. RGB value is (99,72,117). Sum of RGB (Red+Green+Blue) = 99+72+117=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #634875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634875 is #9CB78A. Grayscale: #555555. Windows color (decimal): -10270603 or 7686243. OLE color: 7686243.

HSL color Cylindrical-coordinate representation of color #634875: hue angle of 276º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #634875 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9972117-
CMYK0.150.3800.54
HSL276º23.81%37.06%-
HSV(B)276º38.46%45.88%-
XYZ10.678.5717.92-
YUV85.2145.95137.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=34.38%
G=25%
B=40.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99721170.150.3800.5427623.8137.06
Hex634875F260361141825
Octal14311016517460664243045
Binary1100011100100011101011111100110011011010001010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634875; }

 p { color: rgb(99,72,117); }

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

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

 a { background-color: rgb(99,72,117); }

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

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

 span { border-color: rgb(99,72,117); }

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