Html Css Color HEX #695488 Butterfly Bush

📋 copy color: '#695488'

red 105 ◦ green 84 ◦ blue 136

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

Shades of Butterfly Bush #695488

Tints of Butterfly Bush #695488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 32.31%
G = 25.85%
B = 41.85%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#695488 (or 0x695488) is known color: Butterfly Bush. HEX triplet: 69, 54 and 88. RGB value is (105,84,136). Sum of RGB (Red+Green+Blue) = 105+84+136=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #695488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695488 is #96AB77. Grayscale: #606060. Windows color (decimal): -9874296 or 8934505. OLE color: 8934505.

HSL color Cylindrical-coordinate representation of color #695488: hue angle of 264.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695488 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 84 136 -
CMYK 0.23 0.38 0 0.47
HSL 264.23º 0.24% 0.43% -
HSV(B) 264.23º 0.38% 0.53% -
XYZ 13.44 11.12 24.73 -
YUV 96.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 105 84 136 0.23 0.38 0 0.47 264.23 0.24 0.43
Hex 69 54 88 17 26 0 2F 108 18 2B
Octal 151 124 210 27 46 0 57 410 30 53
Binary 1101001 1010100 10001000 10111 100110 0 101111 100001000 11000 101011

Color Harmonies of #695488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695488

Black with #695488

Text Example


Text Example

White with #695488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695488; }

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

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

background-color css

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

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

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

border-color css

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

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

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