Html Css Color HEX #695093 Butterfly Bush

📋 copy color: '#695093'

red 105 ◦ green 80 ◦ blue 147

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

Shades of Butterfly Bush #695093

Tints of Butterfly Bush #695093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 31.63%
G = 24.1%
B = 44.28%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695093 (or 0x695093) is known color: 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

RGB 105 80 147 -
CMYK 0.29 0.46 0 0.42
HSL 262.39º 0.3% 0.45% -
HSV(B) 262.39º 0.46% 0.58% -
XYZ 13.96 10.85 28.96 -
YUV 95.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 105 80 147 0.29 0.46 0 0.42 262.39 0.3 0.45
Hex 69 50 93 1D 2E 0 2A 106 1E 2D
Octal 151 120 223 35 56 0 52 406 36 55
Binary 1101001 1010000 10010011 11101 101110 0 101010 100000110 11110 101101

Color Harmonies of #695093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695093

Black with #695093

Text Example


Text Example

White with #695093

Text Example


Text Example

HTML Codes & Css Web 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>