Html Css Color HEX #634276 Honey Flower

📋 copy color: '#634276'

red 99 ◦ green 66 ◦ blue 118

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

Shades of Honey Flower #634276

Tints of Honey Flower #634276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 34.98%
G = 23.32%
B = 41.7%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#634276 (or 0x634276) is known color: Honey Flower. HEX triplet: 63, 42 and 76. RGB value is (99,66,118). Sum of RGB (Red+Green+Blue) = 99+66+118=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #634276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634276 is #9CBD89. Grayscale: #515151. Windows color (decimal): -10272138 or 7750243. OLE color: 7750243.

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

Color convert

RGB 99 66 118 -
CMYK 0.16 0.44 0 0.54
HSL 278.08º 0.28% 0.36% -
HSV(B) 278.08º 0.44% 0.46% -
XYZ 10.36 7.86 18.11 -
YUV 81.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 99 66 118 0.16 0.44 0 0.54 278.08 0.28 0.36
Hex 63 42 76 10 2C 0 36 116 1C 24
Octal 143 102 166 20 54 0 66 426 34 44
Binary 1100011 1000010 1110110 10000 101100 0 110110 100010110 11100 100100

Color Harmonies of #634276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634276

Black with #634276

Text Example


Text Example

White with #634276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634276; }

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

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

background-color css

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

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

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

border-color css

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

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

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