Html Css Color HEX #695B96 Butterfly Bush

📋 copy color: '#695B96'

red 105 ◦ green 91 ◦ blue 150

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

Shades of Butterfly Bush #695B96

Tints of Butterfly Bush #695B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 30.35%
G = 26.3%
B = 43.35%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#695B96 (or 0x695B96) is known color: Butterfly Bush. HEX triplet: 69, 5B and 96. RGB value is (105,91,150). Sum of RGB (Red+Green+Blue) = 105+91+150=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #695B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B96 is #96A469. Grayscale: #656565. Windows color (decimal): -9872490 or 9853801. OLE color: 9853801.

HSL color Cylindrical-coordinate representation of color #695B96: hue angle of 254.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #695B96 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 91 150 -
CMYK 0.30 0.39 0 0.41
HSL 254.24º 0.24% 0.47% -
HSV(B) 254.24º 0.39% 0.59% -
XYZ 15.07 12.69 30.51 -
YUV 101.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 105 91 150 0.30 0.39 0 0.41 254.24 0.24 0.47
Hex 69 5B 96 1E 27 0 29 FE 18 2F
Octal 151 133 226 36 47 0 51 376 30 57
Binary 1101001 1011011 10010110 11110 100111 0 101001 11111110 11000 101111

Color Harmonies of #695B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B96

Black with #695B96

Text Example


Text Example

White with #695B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695B96; }

 p { color: rgb(105,91,150); }

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

background-color css

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

 a { background-color: rgb(105,91,150); }

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

border-color css

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

 span { border-color: rgb(105,91,150); }

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