Html Css Color HEX #695490 Butterfly Bush

📋 copy color: '#695490'

red 105 ◦ green 84 ◦ blue 144

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

Shades of Butterfly Bush #695490

Tints of Butterfly Bush #695490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 31.53%
G = 25.23%
B = 43.24%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#695490 (or 0x695490) is known color: Butterfly Bush. HEX triplet: 69, 54 and 90. RGB value is (105,84,144). Sum of RGB (Red+Green+Blue) = 105+84+144=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #695490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695490 is #96AB6F. Grayscale: #606060. Windows color (decimal): -9874288 or 9458793. OLE color: 9458793.

HSL color Cylindrical-coordinate representation of color #695490: hue angle of 261º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #695490 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 84 144 -
CMYK 0.27 0.42 0 0.44
HSL 261º 0.26% 0.45% -
HSV(B) 261º 0.42% 0.56% -
XYZ 14.03 11.36 27.84 -
YUV 97.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 105 84 144 0.27 0.42 0 0.44 261 0.26 0.45
Hex 69 54 90 1B 2A 0 2C 105 1A 2D
Octal 151 124 220 33 52 0 54 405 32 55
Binary 1101001 1010100 10010000 11011 101010 0 101100 100000101 11010 101101

Color Harmonies of #695490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695490

Black with #695490

Text Example


Text Example

White with #695490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695490; }

 p { color: rgb(105,84,144); }

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

background-color css

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

 a { background-color: rgb(105,84,144); }

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

border-color css

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

 span { border-color: rgb(105,84,144); }

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