Html Css Color HEX #655B90 Butterfly Bush

📋 copy color: '#655B90'

red 101 ◦ green 91 ◦ blue 144

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

Shades of Butterfly Bush #655B90

Tints of Butterfly Bush #655B90

RGB

 RED value IS 101 (39.84% from 255) = 30.06%

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

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 30.06%
G = 27.08%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#655B90 (or 0x655B90) is known color: Butterfly Bush. HEX triplet: 65, 5B and 90. RGB value is (101,91,144). Sum of RGB (Red+Green+Blue) = 101+91+144=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #655B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B90 is #9AA46F. Grayscale: #636363. Windows color (decimal): -10134640 or 9460581. OLE color: 9460581.

HSL color Cylindrical-coordinate representation of color #655B90: hue angle of 251.32º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #655B90 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 91 144 -
CMYK 0.30 0.37 0 0.44
HSL 251.32º 0.23% 0.46% -
HSV(B) 251.32º 0.37% 0.56% -
XYZ 14.14 12.26 28.01 -
YUV 100.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 101 91 144 0.30 0.37 0 0.44 251.32 0.23 0.46
Hex 65 5B 90 1E 25 0 2C FB 17 2E
Octal 145 133 220 36 45 0 54 373 27 56
Binary 1100101 1011011 10010000 11110 100101 0 101100 11111011 10111 101110

Color Harmonies of #655B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B90

Black with #655B90

Text Example


Text Example

White with #655B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655B90; }

 p { color: rgb(101,91,144); }

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

background-color css

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

 a { background-color: rgb(101,91,144); }

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

border-color css

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

 span { border-color: rgb(101,91,144); }

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