#634274

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

Shades of Honey Flower #634274

Tints of Honey Flower #634274

Color information

#634274 (or 0x634274) is unknown color: approx Honey Flower. HEX triplet: 63, 42 and 74. RGB value is (99,66,116). Sum of RGB (Red+Green+Blue) = 99+66+116=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #634274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634274 is #9CBD8B. Grayscale: #515151. Windows color (decimal): -10272140 or 7619171. OLE color: 7619171.

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

Color convert

RGB9966116-
CMYK0.150.4300.55
HSL279.6º27.47%35.69%-
HSV(B)279.6º43.1%45.49%-
XYZ10.257.8117.49-
YUV81.57147.43140.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=35.23%
G=23.49%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99661160.150.4300.55279.627.4735.69
Hex634274F2B0371181b24
Octal14310216417530674303344
Binary1100011100001011101001111101011011011110001100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634274; }

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

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

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

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

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

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

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

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