#695093

Color #695093 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #695093

Tints of Butterfly Bush #695093

Color information

#695093 (or 0x695093) is unknown color: approx Butterfly Bush. HEX triplet: 69, 50 and 93. RGB value is (105,80,147). Sum of RGB (Red+Green+Blue) = 105+80+147=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #695093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695093 is #96AF6C. Grayscale: #5E5E5E. Windows color (decimal): -9875309 or 9654377. OLE color: 9654377.

HSL color Cylindrical-coordinate representation of color #695093: hue angle of 262.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695093 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10580147-
CMYK0.290.4600.42
HSL262.39º29.52%44.51%-
HSV(B)262.39º45.58%57.65%-
XYZ13.9610.8528.96-
YUV95.11157.28135.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=31.63%
G=24.10%
B=44.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105801470.290.4600.42262.3929.5244.51
Hex6950931D2E02A1061e2d
Octal15112022335560524063655
Binary110100110100001001001111101101110010101010000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695093; }

 p { color: rgb(105,80,147); }

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

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

 a { background-color: rgb(105,80,147); }

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

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

 span { border-color: rgb(105,80,147); }

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