Html Css Color HEX #694974 Honey Flower

📋 copy color: '#694974'

red 105 ◦ green 73 ◦ blue 116

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

Shades of Honey Flower #694974

Tints of Honey Flower #694974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 35.71%
G = 24.83%
B = 39.46%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#694974 (or 0x694974) is known color: Honey Flower. HEX triplet: 69, 49 and 74. RGB value is (105,73,116). Sum of RGB (Red+Green+Blue) = 105+73+116=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #694974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694974 is #96B68B. Grayscale: #575757. Windows color (decimal): -9877132 or 7620969. OLE color: 7620969.

HSL color Cylindrical-coordinate representation of color #694974: hue angle of 284.65º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694974 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 73 116 -
CMYK 0.09 0.37 0 0.55
HSL 284.65º 0.23% 0.37% -
HSV(B) 284.65º 0.37% 0.45% -
XYZ 11.36 9.03 17.67 -
YUV 87.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 105 73 116 0.09 0.37 0 0.55 284.65 0.23 0.37
Hex 69 49 74 9 25 0 37 11D 17 25
Octal 151 111 164 11 45 0 67 435 27 45
Binary 1101001 1001001 1110100 1001 100101 0 110111 100011101 10111 100101

Color Harmonies of #694974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694974

Black with #694974

Text Example


Text Example

White with #694974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694974; }

 p { color: rgb(105,73,116); }

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

background-color css

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

 a { background-color: rgb(105,73,116); }

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

border-color css

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

 span { border-color: rgb(105,73,116); }

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