Html Css Color HEX #634C71 Honey Flower

📋 copy color: '#634C71'

red 99 ◦ green 76 ◦ blue 113

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

Shades of Honey Flower #634C71

Tints of Honey Flower #634C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 34.38%
G = 26.39%
B = 39.24%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#634C71 (or 0x634C71) is known color: Honey Flower. HEX triplet: 63, 4C and 71. RGB value is (99,76,113). Sum of RGB (Red+Green+Blue) = 99+76+113=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #634C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C71 is #9CB38E. Grayscale: #565656. Windows color (decimal): -10269583 or 7425123. OLE color: 7425123.

HSL color Cylindrical-coordinate representation of color #634C71: hue angle of 277.3º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634C71 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 76 113 -
CMYK 0.12 0.33 0 0.56
HSL 277.3º 0.2% 0.37% -
HSV(B) 277.3º 0.33% 0.44% -
XYZ 10.71 9.01 16.8 -
YUV 87.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 99 76 113 0.12 0.33 0 0.56 277.3 0.2 0.37
Hex 63 4C 71 C 21 0 38 115 14 25
Octal 143 114 161 14 41 0 70 425 24 45
Binary 1100011 1001100 1110001 1100 100001 0 111000 100010101 10100 100101

Color Harmonies of #634C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C71

Black with #634C71

Text Example


Text Example

White with #634C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,76,113); }

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

background-color css

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

 a { background-color: rgb(99,76,113); }

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

border-color css

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

 span { border-color: rgb(99,76,113); }

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