Html Css Color HEX #63406B Honey Flower

📋 copy color: '#63406B'

red 99 ◦ green 64 ◦ blue 107

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

Shades of Honey Flower #63406B

Tints of Honey Flower #63406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 36.67%
G = 23.7%
B = 39.63%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63406B (or 0x63406B) is known color: Honey Flower. HEX triplet: 63, 40 and 6B. RGB value is (99,64,107). Sum of RGB (Red+Green+Blue) = 99+64+107=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #63406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63406B is #9CBF94. Grayscale: #4F4F4F. Windows color (decimal): -10272661 or 7028835. OLE color: 7028835.

HSL color Cylindrical-coordinate representation of color #63406B: hue angle of 288.84º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63406B is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 64 107 -
CMYK 0.07 0.40 0 0.58
HSL 288.84º 0.25% 0.34% -
HSV(B) 288.84º 0.4% 0.42% -
XYZ 9.63 7.38 14.83 -
YUV 79.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 99 64 107 0.07 0.40 0 0.58 288.84 0.25 0.34
Hex 63 40 6B 7 28 0 3A 121 19 22
Octal 143 100 153 7 50 0 72 441 31 42
Binary 1100011 1000000 1101011 111 101000 0 111010 100100001 11001 100010

Color Harmonies of #63406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63406B

Black with #63406B

Text Example


Text Example

White with #63406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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