Html Css Color HEX #694776 Honey Flower

📋 copy color: '#694776'

red 105 ◦ green 71 ◦ blue 118

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

Shades of Honey Flower #694776

Tints of Honey Flower #694776

RGB

 RED value IS 105 (41.41% from 255) = 35.71%

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 35.71%
G = 24.15%
B = 40.14%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#694776 (or 0x694776) is known color: Honey Flower. HEX triplet: 69, 47 and 76. RGB value is (105,71,118). Sum of RGB (Red+Green+Blue) = 105+71+118=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #694776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694776 is #96B889. Grayscale: #565656. Windows color (decimal): -9877642 or 7751529. OLE color: 7751529.

HSL color Cylindrical-coordinate representation of color #694776: hue angle of 283.4º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #694776 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 71 118 -
CMYK 0.11 0.40 0 0.54
HSL 283.4º 0.25% 0.37% -
HSV(B) 283.4º 0.4% 0.46% -
XYZ 11.35 8.82 18.24 -
YUV 86.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 105 71 118 0.11 0.40 0 0.54 283.4 0.25 0.37
Hex 69 47 76 B 28 0 36 11B 19 25
Octal 151 107 166 13 50 0 66 433 31 45
Binary 1101001 1000111 1110110 1011 101000 0 110110 100011011 11001 100101

Color Harmonies of #694776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694776

Black with #694776

Text Example


Text Example

White with #694776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694776; }

 p { color: rgb(105,71,118); }

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

background-color css

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

 a { background-color: rgb(105,71,118); }

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

border-color css

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

 span { border-color: rgb(105,71,118); }

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