Html Css Color HEX #665A95 Butterfly Bush

📋 copy color: '#665A95'

red 102 ◦ green 90 ◦ blue 149

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

Shades of Butterfly Bush #665A95

Tints of Butterfly Bush #665A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 29.91%
G = 26.39%
B = 43.7%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665A95 (or 0x665A95) is known color: Butterfly Bush. HEX triplet: 66, 5A and 95. RGB value is (102,90,149). Sum of RGB (Red+Green+Blue) = 102+90+149=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #665A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A95 is #99A56A. Grayscale: #646464. Windows color (decimal): -10069355 or 9788006. OLE color: 9788006.

HSL color Cylindrical-coordinate representation of color #665A95: hue angle of 252.2º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #665A95 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 90 149 -
CMYK 0.32 0.40 0 0.42
HSL 252.2º 0.25% 0.47% -
HSV(B) 252.2º 0.4% 0.58% -
XYZ 14.56 12.31 30.04 -
YUV 100.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 102 90 149 0.32 0.40 0 0.42 252.2 0.25 0.47
Hex 66 5A 95 20 28 0 2A FC 19 2F
Octal 146 132 225 40 50 0 52 374 31 57
Binary 1100110 1011010 10010101 100000 101000 0 101010 11111100 11001 101111

Color Harmonies of #665A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A95

Black with #665A95

Text Example


Text Example

White with #665A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665A95; }

 p { color: rgb(102,90,149); }

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

background-color css

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

 a { background-color: rgb(102,90,149); }

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

border-color css

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

 span { border-color: rgb(102,90,149); }

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