Html Css Color HEX #693C7F Honey Flower

📋 copy color: '#693C7F'

red 105 ◦ green 60 ◦ blue 127

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

Shades of Honey Flower #693C7F

Tints of Honey Flower #693C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 127 (50% from 255) = 43.49%

R = 35.96%
G = 20.55%
B = 43.49%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#693C7F (or 0x693C7F) is known color: Honey Flower. HEX triplet: 69, 3C and 7F. RGB value is (105,60,127). Sum of RGB (Red+Green+Blue) = 105+60+127=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #693C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C7F is #96C380. Grayscale: #505050. Windows color (decimal): -9880449 or 8338537. OLE color: 8338537.

HSL color Cylindrical-coordinate representation of color #693C7F: hue angle of 280.3º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693C7F is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 60 127 -
CMYK 0.17 0.53 0 0.50
HSL 280.3º 0.36% 0.37% -
HSV(B) 280.3º 0.53% 0.5% -
XYZ 11.27 7.77 20.98 -
YUV 81.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 105 60 127 0.17 0.53 0 0.50 280.3 0.36 0.37
Hex 69 3C 7F 11 35 0 32 118 24 25
Octal 151 74 177 21 65 0 62 430 44 45
Binary 1101001 111100 1111111 10001 110101 0 110010 100011000 100100 100101

Color Harmonies of #693C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C7F

Black with #693C7F

Text Example


Text Example

White with #693C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693C7F; }

 p { color: rgb(105,60,127); }

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

background-color css

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

 a { background-color: rgb(105,60,127); }

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

border-color css

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

 span { border-color: rgb(105,60,127); }

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