Html Css Color HEX #65599A Scampi

📋 copy color: '#65599A'

red 101 ◦ green 89 ◦ blue 154

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

Shades of Scampi #65599A

Tints of Scampi #65599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.77%

R = 29.36%
G = 25.87%
B = 44.77%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#65599A (or 0x65599A) is known color: Scampi. HEX triplet: 65, 59 and 9A. RGB value is (101,89,154). Sum of RGB (Red+Green+Blue) = 101+89+154=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #65599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65599A is #9AA665. Grayscale: #636363. Windows color (decimal): -10135142 or 10115429. OLE color: 10115429.

HSL color Cylindrical-coordinate representation of color #65599A: hue angle of 251.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65599A is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 89 154 -
CMYK 0.34 0.42 0 0.40
HSL 251.08º 0.27% 0.48% -
HSV(B) 251.08º 0.42% 0.6% -
XYZ 14.77 12.24 32.16 -
YUV 100 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 101 89 154 0.34 0.42 0 0.40 251.08 0.27 0.48
Hex 65 59 9A 22 2A 0 28 FB 1B 30
Octal 145 131 232 42 52 0 50 373 33 60
Binary 1100101 1011001 10011010 100010 101010 0 101000 11111011 11011 110000

Color Harmonies of #65599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65599A

Black with #65599A

Text Example


Text Example

White with #65599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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