Html Css Color HEX #665083 Butterfly Bush

📋 copy color: '#665083'

red 102 ◦ green 80 ◦ blue 131

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

Shades of Butterfly Bush #665083

Tints of Butterfly Bush #665083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 32.59%
G = 25.56%
B = 41.85%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#665083 (or 0x665083) is known color: Butterfly Bush. HEX triplet: 66, 50 and 83. RGB value is (102,80,131). Sum of RGB (Red+Green+Blue) = 102+80+131=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #665083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665083 is #99AF7C. Grayscale: #5C5C5C. Windows color (decimal): -10071933 or 8605798. OLE color: 8605798.

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

Color convert

RGB 102 80 131 -
CMYK 0.22 0.39 0 0.49
HSL 265.88º 0.24% 0.41% -
HSV(B) 265.88º 0.39% 0.51% -
XYZ 12.44 10.2 22.79 -
YUV 92.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 102 80 131 0.22 0.39 0 0.49 265.88 0.24 0.41
Hex 66 50 83 16 27 0 31 10A 18 29
Octal 146 120 203 26 47 0 61 412 30 51
Binary 1100110 1010000 10000011 10110 100111 0 110001 100001010 11000 101001

Color Harmonies of #665083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665083

Black with #665083

Text Example


Text Example

White with #665083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665083; }

 p { color: rgb(102,80,131); }

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

background-color css

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

 a { background-color: rgb(102,80,131); }

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

border-color css

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

 span { border-color: rgb(102,80,131); }

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