Html Css Color HEX #63416A Honey Flower

📋 copy color: '#63416A'

red 99 ◦ green 65 ◦ blue 106

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

Shades of Honey Flower #63416A

Tints of Honey Flower #63416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 36.67%
G = 24.07%
B = 39.26%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63416A (or 0x63416A) is known color: Honey Flower. HEX triplet: 63, 41 and 6A. RGB value is (99,65,106). Sum of RGB (Red+Green+Blue) = 99+65+106=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #63416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63416A is #9CBE95. Grayscale: #4F4F4F. Windows color (decimal): -10272406 or 6963555. OLE color: 6963555.

HSL color Cylindrical-coordinate representation of color #63416A: hue angle of 289.76º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63416A is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 65 106 -
CMYK 0.07 0.39 0 0.58
HSL 289.76º 0.24% 0.34% -
HSV(B) 289.76º 0.39% 0.42% -
XYZ 9.64 7.47 14.57 -
YUV 79.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 99 65 106 0.07 0.39 0 0.58 289.76 0.24 0.34
Hex 63 41 6A 7 27 0 3A 122 18 22
Octal 143 101 152 7 47 0 72 442 30 42
Binary 1100011 1000001 1101010 111 100111 0 111010 100100010 11000 100010

Color Harmonies of #63416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63416A

Black with #63416A

Text Example


Text Example

White with #63416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63416A; }

 p { color: rgb(99,65,106); }

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

background-color css

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

 a { background-color: rgb(99,65,106); }

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

border-color css

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

 span { border-color: rgb(99,65,106); }

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