Html Css Color HEX #695090 Butterfly Bush

📋 copy color: '#695090'

red 105 ◦ green 80 ◦ blue 144

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

Shades of Butterfly Bush #695090

Tints of Butterfly Bush #695090

RGB

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

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

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

R = 31.91%
G = 24.32%
B = 43.77%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#695090 (or 0x695090) is known color: Butterfly Bush. HEX triplet: 69, 50 and 90. RGB value is (105,80,144). Sum of RGB (Red+Green+Blue) = 105+80+144=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #695090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695090 is #96AF6F. Grayscale: #5E5E5E. Windows color (decimal): -9875312 or 9457769. OLE color: 9457769.

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

Color convert

RGB 105 80 144 -
CMYK 0.27 0.44 0 0.44
HSL 263.44º 0.29% 0.44% -
HSV(B) 263.44º 0.44% 0.56% -
XYZ 13.73 10.75 27.74 -
YUV 94.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 105 80 144 0.27 0.44 0 0.44 263.44 0.29 0.44
Hex 69 50 90 1B 2C 0 2C 107 1D 2C
Octal 151 120 220 33 54 0 54 407 35 54
Binary 1101001 1010000 10010000 11011 101100 0 101100 100000111 11101 101100

Color Harmonies of #695090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695090

Black with #695090

Text Example


Text Example

White with #695090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695090; }

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

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

background-color css

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

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

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

border-color css

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

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

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