Html Css Color HEX #665390 Butterfly Bush

📋 copy color: '#665390'

red 102 ◦ green 83 ◦ blue 144

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

Shades of Butterfly Bush #665390

Tints of Butterfly Bush #665390

RGB

 RED value IS 102 (40.23% from 255) = 31%

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

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

R = 31%
G = 25.23%
B = 43.77%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#665390 (or 0x665390) is known color: Butterfly Bush. HEX triplet: 66, 53 and 90. RGB value is (102,83,144). Sum of RGB (Red+Green+Blue) = 102+83+144=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #665390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665390 is #99AC6F. Grayscale: #5F5F5F. Windows color (decimal): -10071152 or 9458534. OLE color: 9458534.

HSL color Cylindrical-coordinate representation of color #665390: hue angle of 258.69º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665390 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 83 144 -
CMYK 0.29 0.42 0 0.44
HSL 258.69º 0.27% 0.45% -
HSV(B) 258.69º 0.42% 0.56% -
XYZ 13.61 11.02 27.8 -
YUV 95.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 102 83 144 0.29 0.42 0 0.44 258.69 0.27 0.45
Hex 66 53 90 1D 2A 0 2C 103 1B 2D
Octal 146 123 220 35 52 0 54 403 33 55
Binary 1100110 1010011 10010000 11101 101010 0 101100 100000011 11011 101101

Color Harmonies of #665390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665390

Black with #665390

Text Example


Text Example

White with #665390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665390; }

 p { color: rgb(102,83,144); }

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

background-color css

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

 a { background-color: rgb(102,83,144); }

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

border-color css

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

 span { border-color: rgb(102,83,144); }

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