#693D7D

Color #693D7D Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #693D7D

Tints of Honey Flower #693D7D

Color information

#693D7D (or 0x693D7D) is unknown color: approx Honey Flower. HEX triplet: 69, 3D and 7D. RGB value is (105,61,125). Sum of RGB (Red+Green+Blue) = 105+61+125=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #693D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693D7D is #96C282. Grayscale: #515151. Windows color (decimal): -9880195 or 8207721. OLE color: 8207721.

HSL color Cylindrical-coordinate representation of color #693D7D: hue angle of 281.25º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #693D7D is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10561125-
CMYK0.160.5100.51
HSL281.25º34.41%36.47%-
HSV(B)281.25º51.2%49.02%-
XYZ11.27.8220.32-
YUV81.45152.58144.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 61 (24.22% from 255) = 20.96%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=36.08%
G=20.96%
B=42.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105611250.160.5100.51281.2534.4136.47
Hex693D7D10330331192224
Octal1517517520630634314244
Binary11010011111011111101100001100110110011100011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,61,125); }

 H1.HeaderClassName
 {
   color: #693D7D;
 }
 .AnyTagClassName
 {
   color: #693D7D;
 }
</style>
background-color css

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

 a { background-color: rgb(105,61,125); }

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

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

 span { border-color: rgb(105,61,125); }

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