Html Css Color HEX #634076 Honey Flower

📋 copy color: '#634076'

red 99 ◦ green 64 ◦ blue 118

#634076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #634076

Tints of Honey Flower #634076

RGB

 RED value IS 99 (39.06% from 255) = 35.23%

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 35.23%
G = 22.78%
B = 41.99%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#634076 (or 0x634076) is known color: Honey Flower. HEX triplet: 63, 40 and 76. RGB value is (99,64,118). Sum of RGB (Red+Green+Blue) = 99+64+118=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #634076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634076 is #9CBF89. Grayscale: #505050. Windows color (decimal): -10272650 or 7749731. OLE color: 7749731.

HSL color Cylindrical-coordinate representation of color #634076: hue angle of 278.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #634076 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 64 118 -
CMYK 0.16 0.46 0 0.54
HSL 278.89º 0.3% 0.36% -
HSV(B) 278.89º 0.46% 0.46% -
XYZ 10.25 7.63 18.07 -
YUV 80.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 99 64 118 0.16 0.46 0 0.54 278.89 0.3 0.36
Hex 63 40 76 10 2E 0 36 117 1E 24
Octal 143 100 166 20 56 0 66 427 36 44
Binary 1100011 1000000 1110110 10000 101110 0 110110 100010111 11110 100100

Color Harmonies of #634076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634076

Black with #634076

Text Example


Text Example

White with #634076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634076; }

 p { color: rgb(99,64,118); }

 H1.HeaderClassName
 {
   color: #634076;
 }
 .AnyTagClassName
 {
   color: #634076;
 }
</style>

background-color css

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

 a { background-color: rgb(99,64,118); }

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

border-color css

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

 span { border-color: rgb(99,64,118); }

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