Html Css Color HEX #695698 Butterfly Bush

📋 copy color: '#695698'

red 105 ◦ green 86 ◦ blue 152

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

Shades of Butterfly Bush #695698

Tints of Butterfly Bush #695698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 152 (59.77% from 255) = 44.31%

R = 30.61%
G = 25.07%
B = 44.31%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#695698 (or 0x695698) is known color: Butterfly Bush. HEX triplet: 69, 56 and 98. RGB value is (105,86,152). Sum of RGB (Red+Green+Blue) = 105+86+152=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #695698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695698 is #96A967. Grayscale: #626262. Windows color (decimal): -9873768 or 9983593. OLE color: 9983593.

HSL color Cylindrical-coordinate representation of color #695698: hue angle of 257.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695698 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 86 152 -
CMYK 0.31 0.43 0 0.40
HSL 257.27º 0.28% 0.47% -
HSV(B) 257.27º 0.43% 0.6% -
XYZ 14.82 11.93 31.23 -
YUV 99.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 105 86 152 0.31 0.43 0 0.40 257.27 0.28 0.47
Hex 69 56 98 1F 2B 0 28 101 1C 2F
Octal 151 126 230 37 53 0 50 401 34 57
Binary 1101001 1010110 10011000 11111 101011 0 101000 100000001 11100 101111

Color Harmonies of #695698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695698

Black with #695698

Text Example


Text Example

White with #695698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695698; }

 p { color: rgb(105,86,152); }

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

background-color css

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

 a { background-color: rgb(105,86,152); }

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

border-color css

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

 span { border-color: rgb(105,86,152); }

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