Html Css Color HEX #66589F Scampi

📋 copy color: '#66589F'

red 102 ◦ green 88 ◦ blue 159

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

Shades of Scampi #66589F

Tints of Scampi #66589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 29.23%
G = 25.21%
B = 45.56%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66589F (or 0x66589F) is known color: Scampi. HEX triplet: 66, 58 and 9F. RGB value is (102,88,159). Sum of RGB (Red+Green+Blue) = 102+88+159=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #66589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66589F is #99A760. Grayscale: #646464. Windows color (decimal): -10069857 or 10442854. OLE color: 10442854.

HSL color Cylindrical-coordinate representation of color #66589F: hue angle of 251.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66589F is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 88 159 -
CMYK 0.36 0.45 0 0.38
HSL 251.83º 0.29% 0.48% -
HSV(B) 251.83º 0.45% 0.62% -
XYZ 15.23 12.31 34.37 -
YUV 100.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 102 88 159 0.36 0.45 0 0.38 251.83 0.29 0.48
Hex 66 58 9F 24 2D 0 26 FC 1D 30
Octal 146 130 237 44 55 0 46 374 35 60
Binary 1100110 1011000 10011111 100100 101101 0 100110 11111100 11101 110000

Color Harmonies of #66589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66589F

Black with #66589F

Text Example


Text Example

White with #66589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66589F; }

 p { color: rgb(102,88,159); }

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

background-color css

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

 a { background-color: rgb(102,88,159); }

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

border-color css

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

 span { border-color: rgb(102,88,159); }

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