Html Css Color HEX #695492 Butterfly Bush

📋 copy color: '#695492'

red 105 ◦ green 84 ◦ blue 146

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

Shades of Butterfly Bush #695492

Tints of Butterfly Bush #695492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 31.34%
G = 25.07%
B = 43.58%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#695492 (or 0x695492) is known color: Butterfly Bush. HEX triplet: 69, 54 and 92. RGB value is (105,84,146). Sum of RGB (Red+Green+Blue) = 105+84+146=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #695492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695492 is #96AB6D. Grayscale: #616161. Windows color (decimal): -9874286 or 9589865. OLE color: 9589865.

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

Color convert

RGB 105 84 146 -
CMYK 0.28 0.42 0 0.43
HSL 260.32º 0.27% 0.45% -
HSV(B) 260.32º 0.42% 0.57% -
XYZ 14.18 11.42 28.65 -
YUV 97.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 105 84 146 0.28 0.42 0 0.43 260.32 0.27 0.45
Hex 69 54 92 1C 2A 0 2B 104 1B 2D
Octal 151 124 222 34 52 0 53 404 33 55
Binary 1101001 1010100 10010010 11100 101010 0 101011 100000100 11011 101101

Color Harmonies of #695492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695492

Black with #695492

Text Example


Text Example

White with #695492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695492; }

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

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

background-color css

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

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

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

border-color css

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

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

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