Html Css Color HEX #695382 Butterfly Bush

📋 copy color: '#695382'

red 105 ◦ green 83 ◦ blue 130

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

Shades of Butterfly Bush #695382

Tints of Butterfly Bush #695382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 33.02%
G = 26.1%
B = 40.88%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695382 (or 0x695382) is known color: Butterfly Bush. HEX triplet: 69, 53 and 82. RGB value is (105,83,130). Sum of RGB (Red+Green+Blue) = 105+83+130=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #695382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695382 is #96AC7D. Grayscale: #5E5E5E. Windows color (decimal): -9874558 or 8541033. OLE color: 8541033.

HSL color Cylindrical-coordinate representation of color #695382: hue angle of 268.09º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695382 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 83 130 -
CMYK 0.19 0.36 0 0.49
HSL 268.09º 0.22% 0.42% -
HSV(B) 268.09º 0.36% 0.51% -
XYZ 12.95 10.8 22.52 -
YUV 94.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 105 83 130 0.19 0.36 0 0.49 268.09 0.22 0.42
Hex 69 53 82 13 24 0 31 10C 16 2A
Octal 151 123 202 23 44 0 61 414 26 52
Binary 1101001 1010011 10000010 10011 100100 0 110001 100001100 10110 101010

Color Harmonies of #695382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695382

Black with #695382

Text Example


Text Example

White with #695382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695382; }

 p { color: rgb(105,83,130); }

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

background-color css

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

 a { background-color: rgb(105,83,130); }

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

border-color css

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

 span { border-color: rgb(105,83,130); }

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