Html Css Color HEX #65598B Butterfly Bush

📋 copy color: '#65598B'

red 101 ◦ green 89 ◦ blue 139

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

Shades of Butterfly Bush #65598B

Tints of Butterfly Bush #65598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 30.7%
G = 27.05%
B = 42.25%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65598B (or 0x65598B) is known color: Butterfly Bush. HEX triplet: 65, 59 and 8B. RGB value is (101,89,139). Sum of RGB (Red+Green+Blue) = 101+89+139=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #65598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65598B is #9AA674. Grayscale: #626262. Windows color (decimal): -10135157 or 9132389. OLE color: 9132389.

HSL color Cylindrical-coordinate representation of color #65598B: hue angle of 254.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65598B is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 89 139 -
CMYK 0.27 0.36 0 0.45
HSL 254.4º 0.22% 0.45% -
HSV(B) 254.4º 0.36% 0.55% -
XYZ 13.6 11.78 25.98 -
YUV 98.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 101 89 139 0.27 0.36 0 0.45 254.4 0.22 0.45
Hex 65 59 8B 1B 24 0 2D FE 16 2D
Octal 145 131 213 33 44 0 55 376 26 55
Binary 1100101 1011001 10001011 11011 100100 0 101101 11111110 10110 101101

Color Harmonies of #65598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65598B

Black with #65598B

Text Example


Text Example

White with #65598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65598B; }

 p { color: rgb(101,89,139); }

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

background-color css

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

 a { background-color: rgb(101,89,139); }

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

border-color css

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

 span { border-color: rgb(101,89,139); }

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