Html Css Color HEX #634072 Honey Flower

📋 copy color: '#634072'

red 99 ◦ green 64 ◦ blue 114

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

Shades of Honey Flower #634072

Tints of Honey Flower #634072

RGB

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

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

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

R = 35.74%
G = 23.1%
B = 41.16%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#634072 (or 0x634072) is known color: Honey Flower. HEX triplet: 63, 40 and 72. RGB value is (99,64,114). Sum of RGB (Red+Green+Blue) = 99+64+114=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #634072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634072 is #9CBF8D. Grayscale: #505050. Windows color (decimal): -10272654 or 7487587. OLE color: 7487587.

HSL color Cylindrical-coordinate representation of color #634072: hue angle of 282º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634072 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 64 114 -
CMYK 0.13 0.44 0 0.55
HSL 282º 0.28% 0.35% -
HSV(B) 282º 0.44% 0.45% -
XYZ 10.02 7.53 16.85 -
YUV 80.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 99 64 114 0.13 0.44 0 0.55 282 0.28 0.35
Hex 63 40 72 D 2C 0 37 11A 1C 23
Octal 143 100 162 15 54 0 67 432 34 43
Binary 1100011 1000000 1110010 1101 101100 0 110111 100011010 11100 100011

Color Harmonies of #634072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634072

Black with #634072

Text Example


Text Example

White with #634072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634072; }

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

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

background-color css

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

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

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

border-color css

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

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

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