Html Css Color HEX #695094 Butterfly Bush

📋 copy color: '#695094'

red 105 ◦ green 80 ◦ blue 148

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

Shades of Butterfly Bush #695094

Tints of Butterfly Bush #695094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 31.53%
G = 24.02%
B = 44.44%

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

#695094 (or 0x695094) is known color: Butterfly Bush. HEX triplet: 69, 50 and 94. RGB value is (105,80,148). Sum of RGB (Red+Green+Blue) = 105+80+148=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #695094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695094 is #96AF6B. Grayscale: #5E5E5E. Windows color (decimal): -9875308 or 9719913. OLE color: 9719913.

HSL color Cylindrical-coordinate representation of color #695094: hue angle of 262.06º 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 #695094 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 80 148 -
CMYK 0.29 0.46 0 0.42
HSL 262.06º 0.3% 0.45% -
HSV(B) 262.06º 0.46% 0.58% -
XYZ 14.04 10.88 29.38 -
YUV 95.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 105 80 148 0.29 0.46 0 0.42 262.06 0.3 0.45
Hex 69 50 94 1D 2E 0 2A 106 1E 2D
Octal 151 120 224 35 56 0 52 406 36 55
Binary 1101001 1010000 10010100 11101 101110 0 101010 100000110 11110 101101

Color Harmonies of #695094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695094

Black with #695094

Text Example


Text Example

White with #695094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695094; }

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

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

background-color css

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

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

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

border-color css

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

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

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