Html Css Color HEX #634472 Honey Flower

📋 copy color: '#634472'

red 99 ◦ green 68 ◦ blue 114

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

Shades of Honey Flower #634472

Tints of Honey Flower #634472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.2%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 35.23%
G = 24.2%
B = 40.57%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#634472 (or 0x634472) is known color: Honey Flower. HEX triplet: 63, 44 and 72. RGB value is (99,68,114). Sum of RGB (Red+Green+Blue) = 99+68+114=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #634472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634472 is #9CBB8D. Grayscale: #525252. Windows color (decimal): -10271630 or 7488611. OLE color: 7488611.

HSL color Cylindrical-coordinate representation of color #634472: hue angle of 280.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #634472 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 68 114 -
CMYK 0.13 0.40 0 0.55
HSL 280.43º 0.25% 0.36% -
HSV(B) 280.43º 0.4% 0.45% -
XYZ 10.25 8 16.92 -
YUV 82.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 99 68 114 0.13 0.40 0 0.55 280.43 0.25 0.36
Hex 63 44 72 D 28 0 37 118 19 24
Octal 143 104 162 15 50 0 67 430 31 44
Binary 1100011 1000100 1110010 1101 101000 0 110111 100011000 11001 100100

Color Harmonies of #634472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634472

Black with #634472

Text Example


Text Example

White with #634472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634472; }

 p { color: rgb(99,68,114); }

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

background-color css

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

 a { background-color: rgb(99,68,114); }

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

border-color css

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

 span { border-color: rgb(99,68,114); }

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