Html Css Color HEX #695883 Butterfly Bush

📋 copy color: '#695883'

red 105 ◦ green 88 ◦ blue 131

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

Shades of Butterfly Bush #695883

Tints of Butterfly Bush #695883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 32.41%
G = 27.16%
B = 40.43%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695883 (or 0x695883) is known color: Butterfly Bush. HEX triplet: 69, 58 and 83. RGB value is (105,88,131). Sum of RGB (Red+Green+Blue) = 105+88+131=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #695883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695883 is #96A77C. Grayscale: #616161. Windows color (decimal): -9873277 or 8607849. OLE color: 8607849.

HSL color Cylindrical-coordinate representation of color #695883: hue angle of 263.72º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #695883 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 88 131 -
CMYK 0.20 0.33 0 0.49
HSL 263.72º 0.2% 0.43% -
HSV(B) 263.72º 0.33% 0.51% -
XYZ 13.41 11.62 23.01 -
YUV 97.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 105 88 131 0.20 0.33 0 0.49 263.72 0.2 0.43
Hex 69 58 83 14 21 0 31 108 14 2B
Octal 151 130 203 24 41 0 61 410 24 53
Binary 1101001 1011000 10000011 10100 100001 0 110001 100001000 10100 101011

Color Harmonies of #695883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695883

Black with #695883

Text Example


Text Example

White with #695883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695883; }

 p { color: rgb(105,88,131); }

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

background-color css

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

 a { background-color: rgb(105,88,131); }

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

border-color css

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

 span { border-color: rgb(105,88,131); }

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