Html Css Color HEX #65599E Scampi

📋 copy color: '#65599E'

red 101 ◦ green 89 ◦ blue 158

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

Shades of Scampi #65599E

Tints of Scampi #65599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 29.02%
G = 25.57%
B = 45.4%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65599E (or 0x65599E) is known color: Scampi. HEX triplet: 65, 59 and 9E. RGB value is (101,89,158). Sum of RGB (Red+Green+Blue) = 101+89+158=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #65599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65599E is #9AA661. Grayscale: #646464. Windows color (decimal): -10135138 or 10377573. OLE color: 10377573.

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

Color convert

RGB 101 89 158 -
CMYK 0.36 0.44 0 0.38
HSL 250.43º 0.28% 0.48% -
HSV(B) 250.43º 0.44% 0.62% -
XYZ 15.11 12.38 33.94 -
YUV 100.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 101 89 158 0.36 0.44 0 0.38 250.43 0.28 0.48
Hex 65 59 9E 24 2C 0 26 FA 1C 30
Octal 145 131 236 44 54 0 46 372 34 60
Binary 1100101 1011001 10011110 100100 101100 0 100110 11111010 11100 110000

Color Harmonies of #65599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65599E

Black with #65599E

Text Example


Text Example

White with #65599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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